diff options
author | Justin Mayer <entroP@gmail.com> | 2014-09-19 16:56:10 -0700 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2014-09-19 16:56:10 -0700 |
commit | fa884da4745289f42f3ec055d9d009b8aa25c756 (patch) | |
tree | cd17c6559e170515678762083a0e72fc538400f6 /zurb-F5-basic/templates/base.html | |
parent | bca823e6492bc70a6faba7b2591f37c483afa30e (diff) | |
parent | 88dc7f0aedddb03bc51394515e0be18adeb96583 (diff) | |
download | pelican-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.html | 3 |
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>
|