added support for adding content to the bottom of a page

This commit is contained in:
Brandon Mathis 2011-09-29 14:51:09 -05:00
parent 3bd4ed026e
commit b19e7698f6
3 changed files with 9 additions and 4 deletions

View File

@ -0,0 +1,5 @@
{% include disqus.html %}
{% include google_plus_one.html %}
{% include twitter_sharing.html %}
{% include google_analytics.html %}
{% include custom/after_footer.html %}

View File

@ -0,0 +1,3 @@
{% comment %}
Add content to be output at the bottom of each page. (You might use this for analytics scripts, for example)
{% endcomment %}

View File

@ -9,9 +9,6 @@
</div>
</div>
<footer role="contentinfo">{% include footer.html %}</footer>
{% include disqus.html %}
{% include google_analytics.html %}
{% include google_plus_one.html %}
{% include twitter_sharing.html %}
{% include after_footer.html %}
</body>
</html>