Fixing missing theme toggle (wrong positioning in toml file).
This commit is contained in:
parent
12e1bd592a
commit
1495192f2a
2 changed files with 4 additions and 31 deletions
|
@ -45,8 +45,6 @@ disableHugoGeneratorInject = false
|
|||
series = "series"
|
||||
|
||||
[params]
|
||||
[params.author]
|
||||
name = "Jane Doe"
|
||||
|
||||
dateform = "Jan 2, 2006"
|
||||
dateformShort = "Jan 2"
|
||||
|
@ -110,6 +108,9 @@ disableHugoGeneratorInject = false
|
|||
# plausibleDataDomain = 'test.com'
|
||||
# plausibleScriptSource = 'https://plausible.io/js/script.js'
|
||||
|
||||
[params.author]
|
||||
name = "Jane Doe"
|
||||
|
||||
# Custom footer
|
||||
# If you want, you can easily override the default footer with your own content.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue