This commit is contained in:
2
post.hbs
2
post.hbs
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{{#post}}
|
{{#post}}
|
||||||
<article class="container mx-auto px-4 py-12">
|
<article class="container mx-auto px-4 py-12">
|
||||||
<header class="text-center mb-8">
|
<header class="text-center mb-8 max-w-3xl">
|
||||||
<h1 class="text-6xl font-bold tracking-tight text-[var(--text-primary)] mb-4">{{title fallback="No Title Provided"}}</h1>
|
<h1 class="text-6xl font-bold tracking-tight text-[var(--text-primary)] mb-4">{{title fallback="No Title Provided"}}</h1>
|
||||||
{{#is "post"}}
|
{{#is "post"}}
|
||||||
<section class="post-meta text-[var(--text-secondary)] text-lg">
|
<section class="post-meta text-[var(--text-secondary)] text-lg">
|
||||||
|
|||||||
Reference in New Issue
Block a user