fix: site title and no featured image
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{{!< default}}
|
||||
|
||||
<header class="container mx-auto px-4 py-8 text-center">
|
||||
<h1 class="text-5xl font-bold tracking-tight text-[var(--text-primary)]">Palina Photo Blog</h1>
|
||||
<h1 class="text-5xl font-bold tracking-tight text-[var(--text-primary)]">{{@site.title}}</h1>
|
||||
<p class="mt-2 text-xl text-[var(--text-secondary)]">{{@site.description}}</p>
|
||||
</header>
|
||||
|
||||
|
||||
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