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