From 17bbe5453f4d8dc815a29728fd13b9a9b60cd97d Mon Sep 17 00:00:00 2001 From: c Date: Thu, 8 Jun 2023 15:55:16 +0200 Subject: [PATCH] add rudimentary footer --- _includes/footer.html | 8 ++++++++ _layouts/default.html | 1 + 2 files changed, 9 insertions(+) create mode 100644 _includes/footer.html diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..97f3bf7 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,8 @@ + diff --git a/_layouts/default.html b/_layouts/default.html index fc29842..12a1749 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,5 +15,6 @@ {{ content }} + {% include footer.html %}