From 73f77039f25d968d62791d021bab179b2869c267 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Sun, 22 Mar 2026 15:10:40 +0800 Subject: [PATCH] fix(template): show group tag before built-in source tag Reorder tag buttons so the group tag appears before the source type tag, giving it higher visual priority in the entry row. Co-Authored-By: Claude --- website/templates/index.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/website/templates/index.html b/website/templates/index.html index 3231c1a4..8181079d 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -178,7 +178,15 @@ - {% endfor %} {% if entry.source_type == 'Built-in' %} + {% endfor %} + + {% if entry.source_type == 'Built-in' %}