diff options
author | Kura <kura@kura.io> | 2014-06-09 14:09:32 +0100 |
---|---|---|
committer | Kura <kura@kura.io> | 2014-06-09 14:09:32 +0100 |
commit | 93944ff65e49df141c2908d7c335a4d0fc3da106 (patch) | |
tree | 315cd596848ab6c305362e2b3c085137acaa03df /SoMA2/templates/analytics.html | |
parent | 001ed18d5ceb6b656602c9617df034e37ca7d271 (diff) | |
parent | 80208cadc06f72456e9bd0f9c91110dcb8513be3 (diff) | |
download | pelican-themes-93944ff65e49df141c2908d7c335a4d0fc3da106.tar.gz |
Merge pull request #223 from skensell/SoMA2
SoMA2 - new theme
Diffstat (limited to 'SoMA2/templates/analytics.html')
-rw-r--r-- | SoMA2/templates/analytics.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/SoMA2/templates/analytics.html b/SoMA2/templates/analytics.html new file mode 100644 index 0000000..4de2c86 --- /dev/null +++ b/SoMA2/templates/analytics.html @@ -0,0 +1,12 @@ +{% if GOOGLE_ANALYTICS %} + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', '{{GOOGLE_ANALYTICS}}']); + _gaq.push(['_trackPageview']); + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +{% endif %}
\ No newline at end of file |