From aae704be8d81c22df8c88fed4f5014ee271cc3d3 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 29 Sep 2022 19:09:37 -0400 Subject: [PATCH] taglist readd --- config.toml | 1 + static/style.css | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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 ;