From fa7c5bb487949134216268cd97f73da3ef448d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Fri, 20 Feb 2026 09:53:31 +0100 Subject: [PATCH] style: remove site title from header and mobile menu for a cleaner look --- partials/header.hbs | 1 - partials/mobile-menu.hbs | 1 - 2 files changed, 2 deletions(-) diff --git a/partials/header.hbs b/partials/header.hbs index 2807973..46cc383 100644 --- a/partials/header.hbs +++ b/partials/header.hbs @@ -6,7 +6,6 @@ {{else}} {{> "icons/logo" class="h-10 w-auto site-logo"}} {{/if}} - {{@site.title}}
diff --git a/partials/mobile-menu.hbs b/partials/mobile-menu.hbs index b7f75cb..87c4dfa 100644 --- a/partials/mobile-menu.hbs +++ b/partials/mobile-menu.hbs @@ -20,7 +20,6 @@ {{else}} {{> "icons/logo" class="h-10 w-auto site-logo"}} {{/if}} - {{@site.title}}