From be883e0b59baa65dff744cc6c9c608b6ca15db31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 22 Feb 2026 11:28:28 +0100 Subject: [PATCH] fix: ensure drop-cap effect is applied reliably by using is-post class anchor --- assets/css/tailwind.css | 2 +- post.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index 208e0ae..59c75b8 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -188,7 +188,7 @@ } /* Initial Letter (Drop Cap) Effect - Only on Posts */ - .post-template .post-content > p:first-of-type::first-letter { + .is-post .post-content > p:first-of-type::first-letter { -webkit-initial-letter: 3 2; initial-letter: 3 2; color: var(--brand-primary); diff --git a/post.hbs b/post.hbs index f19a90b..d086aa9 100644 --- a/post.hbs +++ b/post.hbs @@ -1,7 +1,7 @@ {{!< default}} {{#post}} -
+

{{title fallback="No Title Provided"}}