diff options
author | Solvik Blum <solvik.blum@gmail.com> | 2014-05-06 21:24:20 +0200 |
---|---|---|
committer | Solvik Blum <solvik.blum@gmail.com> | 2014-05-06 21:24:20 +0200 |
commit | d3ff045411cb5bc2bf20219904fa8201fcc0cd88 (patch) | |
tree | 414de8c76f45d232eed1c945acf25c6defbc8e63 /tuxlite_zf | |
parent | 0108638f678c379222cfc6719bdc05e22f438339 (diff) | |
download | pelican-themes-d3ff045411cb5bc2bf20219904fa8201fcc0cd88.tar.gz |
tuxlite_zf - include analytics.html in base.html for Google Analaytics support and so on
Diffstat (limited to 'tuxlite_zf')
-rw-r--r-- | tuxlite_zf/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tuxlite_zf/templates/base.html b/tuxlite_zf/templates/base.html index fc4072e..779c56d 100644 --- a/tuxlite_zf/templates/base.html +++ b/tuxlite_zf/templates/base.html @@ -110,4 +110,5 @@ </div>
</div>
</div>
+{% include "analytics.html" %}
</footer>
|