aboutsummaryrefslogtreecommitdiffstats
path: root/sneakyidea/templates/analytics.html
diff options
context:
space:
mode:
authorArnaud BOS <arnaud.tlse@gmail.com>2011-02-15 20:54:44 +0000
committerArnaud BOS <arnaud.tlse@gmail.com>2011-02-15 20:54:44 +0000
commita8e6acdd7d69a2c3fceb29257dbb317fdd166da2 (patch)
treea0bc6746e3b0a1a5160df7ffe05c90e820fe0956 /sneakyidea/templates/analytics.html
parent51bb3d45d1b376ee3f9c498c4828b5e537494630 (diff)
downloadpelican-themes-a8e6acdd7d69a2c3fceb29257dbb317fdd166da2.tar.gz
Added theme sneakyidea ;) Based on notmyidea w/ just some css changing
Diffstat (limited to 'sneakyidea/templates/analytics.html')
-rw-r--r--sneakyidea/templates/analytics.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/sneakyidea/templates/analytics.html b/sneakyidea/templates/analytics.html
new file mode 100644
index 0000000..ba174fc
--- /dev/null
+++ b/sneakyidea/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 %} \ No newline at end of file