From 767e3b9445164c15cd95a7b3a1042764d2005e61 Mon Sep 17 00:00:00 2001 From: Ryan Keairns Date: Wed, 9 Nov 2016 15:47:18 -0600 Subject: [PATCH] add segment snippet to website and web app Signed-off-by: Ryan Keairns --- components/builder-web/index.html | 3 +++ www/source/layouts/_segment.slim | 3 +++ www/source/layouts/layout.slim | 1 + 3 files changed, 7 insertions(+) create mode 100644 www/source/layouts/_segment.slim diff --git a/components/builder-web/index.html b/components/builder-web/index.html index 61f9d00f90..c642c47fcc 100644 --- a/components/builder-web/index.html +++ b/components/builder-web/index.html @@ -31,6 +31,9 @@ '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5VR24H'); + + + + diff --git a/www/source/layouts/layout.slim b/www/source/layouts/layout.slim index 05fc6e11db..b506cd87ff 100644 --- a/www/source/layouts/layout.slim +++ b/www/source/layouts/layout.slim @@ -32,6 +32,7 @@ html prefix="og: http://ogp.me/ns#" body class="#{current_page.data.classes} #{layout_class}" = partial "layouts/gtm" + = partial "layouts/segment" = partial "layouts/nav"