diff --git a/config/_default/menu.yaml b/config/_default/menu.yaml index 51af38d..1a1fc37 100644 --- a/config/_default/menu.yaml +++ b/config/_default/menu.yaml @@ -19,8 +19,12 @@ main: # name: "Empfehlungen" # pageref: "/blogroll/" # weight: 5 -footer_source: +footer: + - identifier: "gpg" + name: "GPG" + url: "/gpg/" + weight: 1 - identifier: "sourcecode" name: "Quellcode" url: "https://code.cozy.town/vri/website" - weight: 1 \ No newline at end of file + weight: 2 \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 61d56e0..cb71cbb 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,12 +1,12 @@