diff --git a/config.toml b/config.toml index 8d4a4f5..e884199 100644 --- a/config.toml +++ b/config.toml @@ -4,5 +4,14 @@ 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 + showrss = true \ No newline at end of file diff --git a/layouts/_default/list.html b/layouts/_default/list.html index b05c0a2..601fc08 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -5,13 +5,16 @@ {{ .Content }}