From 17815ebf1f1d74464d0f38d137f9aea6947ef6b3 Mon Sep 17 00:00:00 2001 From: Parker TenBroeck <51721964+ParkerTenBroeck@users.noreply.github.com> Date: Tue, 20 Jan 2026 20:06:28 -0500 Subject: [PATCH] updated tag list --- templates/taxonomy_list.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/templates/taxonomy_list.html b/templates/taxonomy_list.html index 3d51872..e3814d4 100644 --- a/templates/taxonomy_list.html +++ b/templates/taxonomy_list.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% import "macros/post.html" as post %} {% import "macros/taxonomy.html" as macros %} {% block main %} @@ -9,8 +10,16 @@ {%- set num_terms = terms | length %}