From a19a0ae86693c731385fb00b2ebc69f07751855e Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Fri, 14 Jan 2011 22:51:11 -0500 Subject: [PATCH] docs : add footer include --- _includes/footer.html | 4 ++++ _layouts/demo.html | 4 +--- _layouts/doc.html | 4 +--- index.html | 2 ++ 4 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 _includes/footer.html diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..312cadc --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,4 @@ + + diff --git a/_layouts/demo.html b/_layouts/demo.html index 380062e..e7b8577 100644 --- a/_layouts/demo.html +++ b/_layouts/demo.html @@ -17,9 +17,7 @@ {{ content }} - + {% include footer.html %} \ No newline at end of file diff --git a/_layouts/doc.html b/_layouts/doc.html index 79607df..34ef548 100644 --- a/_layouts/doc.html +++ b/_layouts/doc.html @@ -38,9 +38,7 @@ {{ content }} - + {% include footer.html %} diff --git a/index.html b/index.html index 069b4d5..e97de7b 100644 --- a/index.html +++ b/index.html @@ -86,6 +86,8 @@ layout: nil {% endfor %} + {% include footer.html %} +