aboutsummaryrefslogtreecommitdiffstats
path: root/zurb-F5-basic/templates/base.html
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2014-09-19 16:56:10 -0700
committerJustin Mayer <entroP@gmail.com>2014-09-19 16:56:10 -0700
commitfa884da4745289f42f3ec055d9d009b8aa25c756 (patch)
treecd17c6559e170515678762083a0e72fc538400f6 /zurb-F5-basic/templates/base.html
parentbca823e6492bc70a6faba7b2591f37c483afa30e (diff)
parent88dc7f0aedddb03bc51394515e0be18adeb96583 (diff)
downloadpelican-themes-fa884da4745289f42f3ec055d9d009b8aa25c756.tar.gz
Merge pull request #252 from callmemagnus/patch-2
Missing end tags
Diffstat (limited to 'zurb-F5-basic/templates/base.html')
-rw-r--r--zurb-F5-basic/templates/base.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/zurb-F5-basic/templates/base.html b/zurb-F5-basic/templates/base.html
index 757c86b..c3c2d79 100644
--- a/zurb-F5-basic/templates/base.html
+++ b/zurb-F5-basic/templates/base.html
@@ -111,3 +111,6 @@
</div>
</div>
</footer>
+{% include 'piwik.html' %}
+</body>
+</html>