From 90c8d56e3c3602b921ca6d4bb4be85dbf347f00c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 21 Feb 2026 09:45:59 +0100 Subject: [PATCH] style: simplify post cards by removing hover titles and refine home page title logic --- default.hbs | 2 +- partials/post-card.hbs | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/default.hbs b/default.hbs index 8a2bf0e..4d128fb 100644 --- a/default.hbs +++ b/default.hbs @@ -32,7 +32,7 @@ - {{meta_title}}{{#is "index"}} — {{@site.title}}{{else}} — {{@site.title}}{{/is}} + {{#is "index"}}{{@site.title}}{{else}}{{meta_title}} — {{@site.title}}{{/is}} diff --git a/partials/post-card.hbs b/partials/post-card.hbs index 921242e..cff8821 100644 --- a/partials/post-card.hbs +++ b/partials/post-card.hbs @@ -1,5 +1,5 @@
- + {{#if feature_image}} No Image {{/if}} -
-

{{title}}

-