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 := . }}
{{ range .Site.Menus.main }}
-
+
{{ if and (.HasChildren) (or ($currentPage.HasMenuCurrent "main" . ) ($currentPage.IsMenuCurrent "main" . )) }}
{{ range .Children }}
diff --git a/static/css/vanilla.css b/static/css/vanilla.css
index 8c0f2cd..724e976 100644
--- a/static/css/vanilla.css
+++ b/static/css/vanilla.css
@@ -378,13 +378,37 @@ aside > nav ul li a:focus {
}
aside > nav ul li.active {
- text-decoration: underline;
+ /* text-decoration: underline; */
}
aside > nav ul li.active.home {
display: none !important;
}
+/* Spezielle Links im MenĂ¼ */
+aside > nav ul li img {
+ float: left;
+ height: 2rem;
+ filter: saturate(100%);
+}
+
+
+aside > nav ul li.instagram,
+aside > nav ul li.linkedin
+{
+ display: table-cell;
+ padding-left:1rem;
+
+}
+aside > nav ul li.instagram a,
+aside > nav ul li.linkedin a
+{
+ height: 3.5rem;
+
+}
+
+
+
.subnavi {
margin-left: 2rem;
font-size: 0.8em;