commit 5393b965fdffb89bf14004fbb287810afc89c9a8 parent 11d59ffa1bf94386196d85c05ee0eaabe76f7f96 Author: Ryan H <git@dredx.com> Date: Sun, 11 Dec 2022 20:53:05 -0800 fixed config.toml so site renders like tutorial Diffstat:
| M | config.toml | | | 11 | ++++++++++- |
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/config.toml b/config.toml @@ -4,5 +4,13 @@ languageCode = 'en-us' [params] # "relatedtext" is the text that appears above the tag list at the bottom of pages. - #relatedtext = "Related:" + relatedtext = "Related" favicon = "/favicon.ico" + + #list items + datesinlist = true + authorsinlist = true + + #footer items + nextprev = true + taglist = true +\ No newline at end of file