From f6c67bc79a5611ace3cfeed458396a11a990ac28 Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 6 Nov 2017 21:10:36 +0000 Subject: [PATCH] analytics and adsense --- pelican/publishconf.py | 2 +- pelican/theme/templates/base.html | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/pelican/publishconf.py b/pelican/publishconf.py index 935fade..1938e1e 100644 --- a/pelican/publishconf.py +++ b/pelican/publishconf.py @@ -22,6 +22,6 @@ DELETE_OUTPUT_DIRECTORY = True # Following items are often useful when publishing #DISQUS_SITENAME = "" -#GOOGLE_ANALYTICS = "" +GOOGLE_ANALYTICS = "UA-3773114-1" OUTPUT_PATH = '..' diff --git a/pelican/theme/templates/base.html b/pelican/theme/templates/base.html index de38664..6730d0c 100644 --- a/pelican/theme/templates/base.html +++ b/pelican/theme/templates/base.html @@ -124,6 +124,16 @@ {% endfor %} {% endif %} + + + + +