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"}}