From 6ec5223202b29c03bae298a15f58bb958102ec13 Mon Sep 17 00:00:00 2001 From: Thorsten Ortlepp Date: Tue, 17 Jun 2025 23:50:34 +0200 Subject: added LinkedIn link --- hugo.yaml | 4 ++++ layouts/partials/svg.html | 2 ++ 2 files changed, 6 insertions(+) diff --git a/hugo.yaml b/hugo.yaml index 2425ace..41a1895 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -83,6 +83,8 @@ languages: socialIcons: - name: git url: "https://git.rubidium.dev" + - name: linkedin + url: "https://www.linkedin.com/in/thorsten-ortlepp-78aab2363" - name: xing url: "https://www.xing.com/profile/Thorsten_Ortlepp3" - name: sauerteig @@ -102,6 +104,8 @@ languages: socialIcons: - name: git url: "https://git.rubidium.dev" + - name: linkedin + url: "https://www.linkedin.com/in/thorsten-ortlepp-78aab2363" - name: xing url: "https://www.xing.com/profile/Thorsten_Ortlepp3" - name: sourdough diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index f535408..a711c85 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -3,6 +3,8 @@ {{- else if (eq $icon_name "xing") -}} +{{- else if (eq $icon_name "linkedin") -}} + {{- else if (eq $icon_name "sourdough") -}} {{- else if (eq $icon_name "sauerteig") -}} -- cgit v1.2.3