From f0969d9a3f6c452b5aec7ed7de7d6121796c0bef Mon Sep 17 00:00:00 2001 From: Thorsten Date: Sat, 25 Jul 2020 21:53:56 +0200 Subject: [PATCH 1/8] Update postInfo.html Fix wrong category links --- layouts/partials/postInfo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/postInfo.html b/layouts/partials/postInfo.html index a600126..3bcf7bb 100644 --- a/layouts/partials/postInfo.html +++ b/layouts/partials/postInfo.html @@ -11,7 +11,7 @@ {{ if .Params.categories }} {{ end }} From b2e2aa44d818708d03b0ef00facd71f068bdd50b Mon Sep 17 00:00:00 2001 From: Thorsten Date: Sat, 25 Jul 2020 22:47:39 +0200 Subject: [PATCH 2/8] Update footer.html Added a footer menu --- layouts/partials/footer.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 55dcb24..5b00284 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -4,6 +4,15 @@ {{ partial "languageSelect.html" . }} {{ end }} + {{ if .Site.Menus.footer }} + {{ $currentPage := . }} + + {{ end }} +