diff --git a/config.toml b/config.toml index 03859ae..7698575 100644 --- a/config.toml +++ b/config.toml @@ -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] diff --git a/layouts/story/single.html b/layouts/story/single.html index 0b6cb3b..ddfc86a 100644 --- a/layouts/story/single.html +++ b/layouts/story/single.html @@ -4,7 +4,7 @@

{{ .Title }}

{{ .Params.author | markdownify }}


-

{{ .Params.character }}

+

{{ .Params.character }}

{{ if .Params.cw }}
{{ .Params.cw }}
{{ end }} {{ if .Params.spoiler }}
{{ .Params.spoiler | markdownify }}
{{ end }} diff --git a/themes/maddybook b/themes/maddybook index c88e51d..e5cd242 160000 --- a/themes/maddybook +++ b/themes/maddybook @@ -1 +1 @@ -Subproject commit c88e51dcf3c6bc7be670cb7db0ef906a1e2fec85 +Subproject commit e5cd24203e482e9317d25d87c0a6d1467b16cdf0