all repos — zola-bearblog @ ec4421f6b2a89448939bf6dc9df5e2c5d1224c19

Port of bear blog theme to zola

Correction of headings hierarchy and styling

commit

ec4421f6b2a89448939bf6dc9df5e2c5d1224c19

parent

91f72a8f3071daebea322fb65365cda55956512f

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M templates/taxonomy_list.htmltemplates/taxonomy_list.html
@@ -2,7 +2,7 @@ {% extends "base.html" %}
{% block main %} <main> - <h3 style="margin-bottom:0">{{ taxonomy.name | capitalize }}</h3> + <h1>{{ taxonomy.name | capitalize }}</h1> <small> <div> {% set tags = get_taxonomy(kind="tags") %}