From a9d693b768b8a6b04bd79059adfdec0895b50cbb Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Tue, 25 Jan 2011 07:36:16 -0500 Subject: [PATCH] docs : add html-foot include --- _includes/html-foot.html | 3 +++ _layouts/demo.html | 3 +-- _layouts/doc.html | 6 +----- _layouts/elements.html | 3 +-- _layouts/inf-scroll-page.html | 5 +++-- 5 files changed, 9 insertions(+), 11 deletions(-) create mode 100644 _includes/html-foot.html diff --git a/_includes/html-foot.html b/_includes/html-foot.html new file mode 100644 index 0000000..a57a3db --- /dev/null +++ b/_includes/html-foot.html @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/_layouts/demo.html b/_layouts/demo.html index 18af36c..140d2aa 100644 --- a/_layouts/demo.html +++ b/_layouts/demo.html @@ -8,5 +8,4 @@ {% include footer.html %} - - \ No newline at end of file +{% include html-foot.html %} \ No newline at end of file diff --git a/_layouts/doc.html b/_layouts/doc.html index d2e3f53..d87a0ec 100644 --- a/_layouts/doc.html +++ b/_layouts/doc.html @@ -31,8 +31,4 @@ - - - - - +{% include html-foot.html %} \ No newline at end of file diff --git a/_layouts/elements.html b/_layouts/elements.html index 0048829..f49d670 100644 --- a/_layouts/elements.html +++ b/_layouts/elements.html @@ -145,5 +145,4 @@ - - +{% include html-foot.html %} \ No newline at end of file diff --git a/_layouts/inf-scroll-page.html b/_layouts/inf-scroll-page.html index 6776681..5670ed4 100644 --- a/_layouts/inf-scroll-page.html +++ b/_layouts/inf-scroll-page.html @@ -11,6 +11,8 @@ {% endfor %} + {% include footer.html %} + - - \ No newline at end of file +{% include html-foot.html %} \ No newline at end of file