fix: render titles as h1
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<div class="prose prose-invert max-w-none text-body-md text-on-surface/90 space-y-6">
|
<div class="prose prose-invert max-w-none text-body-md text-on-surface/90 space-y-6">
|
||||||
<p>{{ .Title }}</p>
|
<h1>{{ .Title }}</h1>
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-12">
|
<div class="mt-12">
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<div class="prose prose-invert max-w-none text-body-md text-on-surface/90 space-y-6">
|
<div class="prose prose-invert max-w-none text-body-md text-on-surface/90 space-y-6">
|
||||||
<p>{{ .Title }}</p>
|
<h1>{{ .Title }}</h1>
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-12">
|
<div class="mt-12">
|
||||||
|
|||||||
Reference in New Issue
Block a user