From 041f46f551ad18843c59d208d0f8aaaf80bec6f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Fri, 20 Feb 2026 10:15:43 +0100 Subject: [PATCH] style: update home grid to 3 columns and enhance heading prominence with animation --- index.hbs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/index.hbs b/index.hbs index 9e5712c..65d202f 100644 --- a/index.hbs +++ b/index.hbs @@ -1,13 +1,13 @@ {{!< default}} -
-

{{@site.title}}

-

{{@site.description}}

+
+

{{@site.title}}

+

{{@site.description}}

-
+
{{#if posts}} -
+
{{#foreach posts}} {{> "post-card"}} {{/foreach}} @@ -25,9 +25,9 @@ {{/if}}
-
-
-

Loading more posts...

+
+
+

Loading more posts...

{{else}}