From 23d62aaa39dae753d39dcd596b962ccc1c5cdb36 Mon Sep 17 00:00:00 2001 From: Mole Shang <135e2@135e2.dev> Date: Wed, 2 Sep 2026 15:49:49 +0800 Subject: templates: migrate to zola 0.23 tera v1->v2 https://github.com/getzola/zola/issues/3235 https://github.com/Keats/tera/blob/master/MIGRATION.md --- templates/taxonomy_list.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'templates/taxonomy_list.html') diff --git a/templates/taxonomy_list.html b/templates/taxonomy_list.html index 222711c..4aad956 100644 --- a/templates/taxonomy_list.html +++ b/templates/taxonomy_list.html @@ -6,11 +6,8 @@ {% endfor %} -{% endblock %} \ No newline at end of file +{% endblock %} -- cgit v1.2.3