From 220bfadd589dbbaedb8d26907af47d61a4540b8b Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Sat, 25 Feb 2017 20:08:10 -0800 Subject: [PATCH] Add footer --- _includes/footer.html | 11 +++++++++++ index.html | 1 + 2 files changed, 12 insertions(+) create mode 100644 _includes/footer.html diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..3634342 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 0ab34f8..d370358 100644 --- a/index.html +++ b/index.html @@ -9,5 +9,6 @@ {% include header.html %} + {% include footer.html %}