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 := . }}