diff options
author | Alexis Metaireau <alexis@notmyidea.org> | 2011-02-01 21:50:43 +0000 |
---|---|---|
committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-02-01 21:50:43 +0000 |
commit | 50991bc1b6a994223f2a715a42faad34050c507c (patch) | |
tree | f6a8ffdfe2cf5a817d3b0fc5e5cb625c42c8a992 /brownstone/templates/analytics.html | |
parent | 92808823a34cabb29b85ae2550e83ef39fc132a6 (diff) | |
download | pelican-themes-50991bc1b6a994223f2a715a42faad34050c507c.tar.gz |
Add the brownstone theme, removed from pelican upstream.
Diffstat (limited to 'brownstone/templates/analytics.html')
-rw-r--r-- | brownstone/templates/analytics.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/brownstone/templates/analytics.html b/brownstone/templates/analytics.html new file mode 100644 index 0000000..f19c7a6 --- /dev/null +++ b/brownstone/templates/analytics.html @@ -0,0 +1,11 @@ +{% if GOOGLE_ANALYTICS %} + <script type="text/javascript"> + var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); + document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); + </script> + <script type="text/javascript"> + try { + var pageTracker = _gat._getTracker("{{GOOGLE_ANALYTICS}}"); + pageTracker._trackPageview(); + } catch(err) {}</script> +{% endif %} |