fixed config.toml so site renders like tutorial
This commit is contained in:
parent
11d59ffa1b
commit
5393b965fd
10
config.toml
10
config.toml
@ -4,5 +4,13 @@ languageCode = 'en-us'
|
|||||||
|
|
||||||
[params]
|
[params]
|
||||||
# "relatedtext" is the text that appears above the tag list at the bottom of pages.
|
# "relatedtext" is the text that appears above the tag list at the bottom of pages.
|
||||||
#relatedtext = "Related:"
|
relatedtext = "Related"
|
||||||
favicon = "/favicon.ico"
|
favicon = "/favicon.ico"
|
||||||
|
|
||||||
|
#list items
|
||||||
|
datesinlist = true
|
||||||
|
authorsinlist = true
|
||||||
|
|
||||||
|
#footer items
|
||||||
|
nextprev = true
|
||||||
|
taglist = true
|
Loading…
Reference in New Issue
Block a user