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

@ -10,8 +10,8 @@ disablePathToLower = true
[params] [params]
# author = 'Madison Scott-Clary' # author = 'Madison Scott-Clary'
home = 'https://makyo.ink' # home = 'https://makyo.ink'
copyright = '2020—­2022' copyright = 'The Post-Self authors 20202024'
customCSS = ['/css/toledot.css'] customCSS = ['/css/toledot.css']
[markup.goldmark.renderer] [markup.goldmark.renderer]

View File

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