Fix title logic
This commit is contained in:
@ -10,8 +10,8 @@ disablePathToLower = true
|
||||
|
||||
[params]
|
||||
# author = 'Madison Scott-Clary'
|
||||
home = 'https://makyo.ink'
|
||||
copyright = '2020—2022'
|
||||
# home = 'https://makyo.ink'
|
||||
copyright = 'The Post-Self authors 2020 — 2024'
|
||||
customCSS = ['/css/toledot.css']
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
|
||||
@ -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 }}
|
||||
|
||||
|
||||
Submodule themes/maddybook updated: c88e51dcf3...e5cd24203e
Reference in New Issue
Block a user