diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-09-29 14:51:09 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-09-29 14:51:26 -0500 |
commit | b19e7698f671ee9cde9c1015b77a7555ecfadbd1 (patch) | |
tree | 0860beefc54dd82dde4a90f1250238727bd4cd8e /.themes/classic/source/_layouts | |
parent | 3bd4ed026eab04b5c560ca85317c982ab0679369 (diff) | |
download | my_new_personal_website-b19e7698f671ee9cde9c1015b77a7555ecfadbd1.tar.xz my_new_personal_website-b19e7698f671ee9cde9c1015b77a7555ecfadbd1.zip |
added support for adding content to the bottom of a page
Diffstat (limited to '.themes/classic/source/_layouts')
-rw-r--r-- | .themes/classic/source/_layouts/default.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.themes/classic/source/_layouts/default.html b/.themes/classic/source/_layouts/default.html index f670e1c9..f23b07b8 100644 --- a/.themes/classic/source/_layouts/default.html +++ b/.themes/classic/source/_layouts/default.html @@ -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> |