fix: site title and no featured image

This commit is contained in:
2026-02-17 20:15:10 +01:00
parent 19b91eb9e4
commit 3129f982df
2 changed files with 1 additions and 5 deletions

View File

@@ -24,10 +24,6 @@
alt="{{title fallback="No Title"}}"
>
</figure>
{{else}}
<div class="mb-12 rounded-lg overflow-hidden shadow-xl w-full h-96 flex items-center justify-center bg-[var(--bg-tertiary)] text-[var(--text-tertiary)] text-3xl">
No Feature Image
</div>
{{/if}}
<section class="post-content max-w-3xl mx-auto text-[var(--text-primary)] leading-relaxed text-lg prose prose-invert">