all repos — zola-bearblog @ 5f7390ee69cf214b2be78279a97bcadc8d6604e6

Port of bear blog theme to zola

Show heading in taxonomy list page

Alan Pearce
commit

5f7390ee69cf214b2be78279a97bcadc8d6604e6

parent

5e9c829bd70a14ada0818976011b59bf6babbae9

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M templates/taxonomy_list.htmltemplates/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") %}