From c8cdb272b69bdecce360c856c9a733d8c6ccc673 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sun, 24 Dec 2017 21:35:41 +0100 Subject: [PATCH] Made footer menu dynamic * closes #7 Signed-off-by: Jim Martens --- _data/footer-menu.yml | 5 +++++ _includes/footer.html | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 _data/footer-menu.yml diff --git a/_data/footer-menu.yml b/_data/footer-menu.yml new file mode 100644 index 0000000..64bb2b2 --- /dev/null +++ b/_data/footer-menu.yml @@ -0,0 +1,5 @@ +items: + - link: /legal-notice + title: Impressum + - link: /datenschutz + title: Datenschutz \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index 582218e..78f85a6 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -4,8 +4,9 @@