From 7f3e4a91691cc8dfc1fc0fb74def6a069ea72e27 Mon Sep 17 00:00:00 2001 From: Mole Shang <135e2@135e2.dev> Date: Mon, 1 May 2023 17:11:47 +0800 Subject: sass/_partial/term: new --- templates/taxonomy_list.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/taxonomy_list.html b/templates/taxonomy_list.html index 3c83c16..9182c43 100644 --- a/templates/taxonomy_list.html +++ b/templates/taxonomy_list.html @@ -3,10 +3,10 @@ {% block content %}

Tags

+
{% for term in terms %} -
-
{{ term.name }}
-
+
#{{ term.name }}
{% endfor %} +
{% endblock %} -- cgit v1.2.3