fix: site title and no featured image
This commit is contained in:
4
post.hbs
4
post.hbs
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user