v0.1.14 관리자 버튼 및 태그 칩 수정

This commit is contained in:
2026-04-13 18:08:11 +09:00
parent 5daf14c133
commit a2439a60bc
4 changed files with 38 additions and 20 deletions

View File

@@ -92,6 +92,7 @@
<a class="category-chip" href="{{url}}"{{#if accent_color}} style="--tag-accent: {{accent_color}};"{{/if}}>
<span class="category-chip__dot"></span>
<span class="category-chip__label">{{name}}</span>
<span class="category-chip__count">{{count.posts}}</span>
</a>
{{/foreach}}
{{/get}}