Fix title logic

This commit is contained in:
Madison Scott-Clary
2024-01-24 04:42:36 -08:00
parent 4f24def8be
commit 7c6090c142
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
<h2>{{ .Title }}</h2>
<h3 class="author">{{ .Params.author | markdownify }}</h3>
<hr/>
<h2 class="character">{{ .Params.character }}</h3>
<h2 class="character">{{ .Params.character }}</h2>
{{ if .Params.cw }}<div class="cw">{{ .Params.cw }}</div>{{ end }}
{{ if .Params.spoiler }}<div class="spoiler-note">{{ .Params.spoiler | markdownify }}</div>{{ end }}