aboutsummaryrefslogtreecommitdiffstats
path: root/simple-bootstrap
diff options
context:
space:
mode:
authorespern <loic.espern@gmail.com>2014-02-25 12:56:55 +0100
committerespern <loic.espern@gmail.com>2014-02-25 12:56:55 +0100
commit6f6d3d4d94613cf1bea6a9bd6d53ae46a3d867d7 (patch)
tree7d84e9179b3609528462d58c6f92b64014fdf9a8 /simple-bootstrap
parentf21cb73edadd9c4c87d41b2a19842a8c7fa4417b (diff)
downloadpelican-themes-6f6d3d4d94613cf1bea6a9bd6d53ae46a3d867d7.zip
pelican-themes-6f6d3d4d94613cf1bea6a9bd6d53ae46a3d867d7.tar.gz
pelican-themes-6f6d3d4d94613cf1bea6a9bd6d53ae46a3d867d7.tar.bz2
added google analytics
Diffstat (limited to 'simple-bootstrap')
-rw-r--r--simple-bootstrap/templates/analytics.html11
-rwxr-xr-xsimple-bootstrap/templates/base.html1
2 files changed, 12 insertions, 0 deletions
diff --git a/simple-bootstrap/templates/analytics.html b/simple-bootstrap/templates/analytics.html
new file mode 100644
index 0000000..b96f455
--- /dev/null
+++ b/simple-bootstrap/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
diff --git a/simple-bootstrap/templates/base.html b/simple-bootstrap/templates/base.html
index e282538..68b8a10 100755
--- a/simple-bootstrap/templates/base.html
+++ b/simple-bootstrap/templates/base.html
@@ -58,5 +58,6 @@
</address><!-- /#about -->
</footer><!-- /#contentinfo -->
</div><!-- container -->
+ {% include 'analytics.html' %}
</body>
</html>