From 5a936b5c413b541c5523da6b4ebdc46f996f7360 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 18 Feb 2024 13:15:52 +0100 Subject: Remove inline styles Resolves part of https://codeberg.org/alanpearce/zola-bearblog/issues/4 --- templates/taxonomy_single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/taxonomy_single.html') diff --git a/templates/taxonomy_single.html b/templates/taxonomy_single.html index b46e07f..0f640a2 100644 --- a/templates/taxonomy_single.html +++ b/templates/taxonomy_single.html @@ -3,7 +3,7 @@ {% block main %}
{%- if term %} -

Filtering for "{{ term.name }}"

+

Filtering for "{{ term.name }}"

Remove filter -- cgit 1.4.1