From 518c9c2ec56275fcc712161682660836810a1402 Mon Sep 17 00:00:00 2001 From: vrifox Date: Sun, 16 Jul 2023 17:32:19 +0200 Subject: [PATCH] add gpg link --- config/_default/menu.yaml | 8 ++++++-- layouts/partials/footer.html | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) 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 @@