Show heading in taxonomy list page
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M templates/taxonomy_list.html → templates/taxonomy_list.html
@@ -2,6 +2,7 @@ {% extends "base.html" %} {% block main %} <main> + <h3 style="margin-bottom:0">{{ taxonomy.name | capitalize }}</h3> <small> <div> {% set tags = get_taxonomy(kind="tags") %}