From 5393b965fdffb89bf14004fbb287810afc89c9a8 Mon Sep 17 00:00:00 2001 From: Ryan H Date: Sun, 11 Dec 2022 20:53:05 -0800 Subject: [PATCH] fixed config.toml so site renders like tutorial --- config.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 8d4a4f5..47c4ff1 100644 --- 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