From b19e7698f671ee9cde9c1015b77a7555ecfadbd1 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Thu, 29 Sep 2011 14:51:09 -0500 Subject: added support for adding content to the bottom of a page --- .themes/classic/source/_includes/after_footer.html | 5 +++++ .themes/classic/source/_includes/custom/after_footer.html | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 .themes/classic/source/_includes/after_footer.html create mode 100644 .themes/classic/source/_includes/custom/after_footer.html (limited to '.themes/classic/source/_includes') diff --git a/.themes/classic/source/_includes/after_footer.html b/.themes/classic/source/_includes/after_footer.html new file mode 100644 index 00000000..80a481eb --- /dev/null +++ b/.themes/classic/source/_includes/after_footer.html @@ -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 %} diff --git a/.themes/classic/source/_includes/custom/after_footer.html b/.themes/classic/source/_includes/custom/after_footer.html new file mode 100644 index 00000000..bce25dd9 --- /dev/null +++ b/.themes/classic/source/_includes/custom/after_footer.html @@ -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 %} -- cgit v1.2.1