From 3129f982dfede8962fcfb70cb6bdd3decdfc2567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Tue, 17 Feb 2026 20:15:10 +0100 Subject: [PATCH] fix: site title and no featured image --- index.hbs | 2 +- post.hbs | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/index.hbs b/index.hbs index 4735e23..1020397 100644 --- a/index.hbs +++ b/index.hbs @@ -1,7 +1,7 @@ {{!< default}}
-

Palina Photo Blog

+

{{@site.title}}

{{@site.description}}

diff --git a/post.hbs b/post.hbs index 796241b..7cd086f 100644 --- a/post.hbs +++ b/post.hbs @@ -24,10 +24,6 @@ alt="{{title fallback="No Title"}}" > - {{else}} -
- No Feature Image -
{{/if}}