From 6e1b8928480866800e60c9ce9453465e18067fee Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Sat, 22 Aug 2026 16:33:54 +0200 Subject: [PATCH] hub improvement --- hub/index.njk | 4 ++-- shared/_includes/base.njk | 23 +++++++++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/hub/index.njk b/hub/index.njk index c3fe65a..616c2e2 100644 --- a/hub/index.njk +++ b/hub/index.njk @@ -1,7 +1,7 @@ --- -title: "moonweb — Homelab, Smart Home, Code & Retro Hardware" +title: "Stefan Koelle — Homelab, Smart Home, Code & Retro Hardware | moonweb" section: "hub" -description: "Stefan Koelle's homelab: smart home automation, Proxmox infrastructure, open-source code projects, and retro hardware. Senior Software Developer based in Munich." +description: "Stefan Koelle — Senior Software Developer & Architect based in Munich. Homelab projects, smart home automation, open-source code, and retro hardware." layout: base.njk ogImage: "/stefan-koelle-foto.jpg" sections: diff --git a/shared/_includes/base.njk b/shared/_includes/base.njk index 0d17da7..6227245 100644 --- a/shared/_includes/base.njk +++ b/shared/_includes/base.njk @@ -39,6 +39,29 @@ {% endif %} } + {% if section == 'hub' and not parent %} + + {% endif %}