refactor(html): remove tag-subcat class and inline button attributes

This commit is contained in:
Vinta Chen 2026-03-23 01:26:26 +08:00
parent 749610d6db
commit bb40861e0e
No known key found for this signature in database
GPG Key ID: B93DE4F003C33630

View File

@ -157,11 +157,7 @@
</td>
<td class="col-cat">
{% for subcat in entry.subcategories %}
<button
class="tag tag-subcat"
data-type="cat"
data-value="{{ subcat.value }}"
>
<button class="tag" data-type="cat" data-value="{{ subcat.value }}">
{{ subcat.name }}
</button>
{% endfor %} {% for cat in entry.categories %}