From 5c79a09f08ae074c16e1de10de498c72887b316c Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 21 Mar 2016 14:11:39 -0400 Subject: [PATCH] Add custom footer include --- _includes/footer/custom.html | 3 +++ _layouts/default.html | 1 + 2 files changed, 4 insertions(+) create mode 100644 _includes/footer/custom.html diff --git a/_includes/footer/custom.html b/_includes/footer/custom.html new file mode 100644 index 00000000..d512599d --- /dev/null +++ b/_includes/footer/custom.html @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index a6472667..9d583c44 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -64,6 +64,7 @@ layout: compress {% include scripts.html %} + {% include footer/custom.html %}