diff options
| author | Christine Dodrill <me@christine.website> | 2021-01-15 13:58:17 -0500 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2021-01-15 13:58:17 -0500 |
| commit | 811995223c3047b345c69486a4a8db6640de3dfa (patch) | |
| tree | 33ef86835a75616a21850095570e04d4e9e5a5a7 /templates/header.rs.html | |
| parent | 585d39ea62423375a92d37d337d6d1b1c5628cf4 (diff) | |
| download | xesite-811995223c3047b345c69486a4a8db6640de3dfa.tar.xz xesite-811995223c3047b345c69486a4a8db6640de3dfa.zip | |
oops
Signed-off-by: Christine Dodrill <me@christine.website>
Diffstat (limited to 'templates/header.rs.html')
| -rw-r--r-- | templates/header.rs.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/header.rs.html b/templates/header.rs.html index 62176ef..0ad1a91 100644 --- a/templates/header.rs.html +++ b/templates/header.rs.html @@ -6,11 +6,11 @@ <html lang="en"> <head> <!-- Google Tag Manager --> - <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': - new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], + <script>(function(w,d,s,l,i)@{w[l]=w[l]||[];w[l].push(@{'gtm.start': + new Date().getTime(),event:'gtm.js'@});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); - })(window,document,'script','dataLayer','GTM-WLWJSHT');</script> + @})(window,document,'script','dataLayer','GTM-WLWJSHT');</script> <!-- End Google Tag Manager --> @if title.is_some() { <title>@title.unwrap() - Christine Dodrill</title> |
