From f3f92c691a4fb9396dfe43994f5de90638d605b4 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Sun, 3 May 2026 18:49:34 +0800 Subject: [PATCH] feat(website): render subcategory, group, and source tags as anchor elements Convert + {% endfor %} {% for cat in entry.categories %} {{ entry.groups[0] }} - + {% endif %} {% if entry.source_type == 'Built-in' %} - + {% endif %} diff --git a/website/templates/index.html b/website/templates/index.html index 367bccc..c76cd7c 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -220,9 +220,9 @@ {% for subcat in entry.subcategories %} - + {% endfor %} {% for cat in entry.categories %} {{ cat }} {% endfor %} - + {% if entry.source_type == 'Built-in' %} - + {% endif %}