From 7f60a1a44aa7af384a33a7bacdf9e8132f197adc Mon Sep 17 00:00:00 2001 From: edi Date: Sun, 21 Jul 2024 14:43:55 +0200 Subject: [PATCH] =?UTF-8?q?Insta=20&=20LinkedIn=20Icon=20ins=20Men=C3=BC?= =?UTF-8?q?=20aufgenommen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hugo.toml | 14 ++++++++++++-- layouts/partials/sidebar.html | 2 +- static/css/vanilla.css | 26 +++++++++++++++++++++++++- 3 files changed, 38 insertions(+), 4 deletions(-) diff --git a/hugo.toml b/hugo.toml index 8d79dca..56c6b06 100644 --- a/hugo.toml +++ b/hugo.toml @@ -111,7 +111,17 @@ enableEmoji = true pageref = "/kontakt/" weight = 7 - - + [[menu.main]] + identifier = "instagram" + pre = "" + name = "" + url = "https://duck.com" + weight = 8 + [[menu.main]] + identifier = "linkedin" + pre = "" + name = "" + url = "https://duck.com" + weight = 9 diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 2ce84be..0aed988 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -3,7 +3,7 @@ {{ $currentPage := . }}