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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user