diff --git a/config.toml b/config.toml index 1e0668c..53aa950 100644 --- a/config.toml +++ b/config.toml @@ -7,6 +7,7 @@ theme = 'lugo' favicon = "/favicon.svg" stylesheet = "/style.css" indexarticles = 50 + taglist = true [markup] [markup.goldmark] diff --git a/static/style.css b/static/style.css index 8eb698e..fb03c42 100644 --- a/static/style.css +++ b/static/style.css @@ -58,7 +58,6 @@ h2 { } footer { - margin-top: 3em ; text-align: center ; border-style: solid ; border-width: 2px 0px 0px 0px ;