Fix title logic
This commit is contained in:
@ -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 2020 — 2024'
|
||||||
customCSS = ['/css/toledot.css']
|
customCSS = ['/css/toledot.css']
|
||||||
|
|
||||||
[markup.goldmark.renderer]
|
[markup.goldmark.renderer]
|
||||||
|
|||||||
@ -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 }}
|
||||||
|
|
||||||
|
|||||||
Submodule themes/maddybook updated: c88e51dcf3...e5cd24203e
Reference in New Issue
Block a user