Remove inline styles Resolves part of https://codeberg.org/alanpearce/zola-bearblog/issues/4
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M templates/taxonomy_single.html → templates/taxonomy_single.html
@@ -3,7 +3,7 @@ {% block main %} <main> {%- if term %} - <h3 style="margin-bottom:0">Filtering for "{{ term.name }}"</h3> + <h3 class="filter">Filtering for "{{ term.name }}"</h3> <small> <a href="{{ get_url(path="@/blog/_index.md", lang=lang) }}">Remove filter</a> </small>