From c04f6c8301c0328c6e7d601c3b3f0e8355d2c11b Mon Sep 17 00:00:00 2001 From: Vrifox Date: Sun, 20 Sep 2020 19:52:34 +0200 Subject: [PATCH] added footer menu --- config.yaml | 14 ++++++++++---- layouts/partials/footer.html | 11 +---------- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/config.yaml b/config.yaml index a8776ea..d79e3ba 100644 --- a/config.yaml +++ b/config.yaml @@ -3,22 +3,28 @@ languageCode: en-us title: vrifox.cc enableRobotsTXT: true params: - version: 2020-09 + version: 2020-09-20 menu: main: - identifier: blog name: Blog title: blog url: /blog - weight: 2 + weight: 1 - identifier: projects name: Projects title: projects url: /projects - weight: 3 + weight: 2 links: - identifier: mastodon name: Mastodon title: mastodon url: https://social.anoxinon.de/@vrifox - weight: 4 + weight: 1 + footer: + - identifier: feed + name: RSS-Feed + title: RSS-Feed + url: https://vrifox.cc/vrifox.cc_hugo/blog/index.xml + weight: 1 diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index ff6c1cb..41a70ad 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -6,16 +6,7 @@