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 %} + + + + +