v0.1.10 메타 표현 및 타이포 수정

This commit is contained in:
2026-04-13 17:05:31 +09:00
parent 98defddcf3
commit 0e3a723eef
5 changed files with 91 additions and 50 deletions

View File

@@ -77,7 +77,7 @@
<div class="category-grid">
{{#get "tags" limit="10" include="count.posts"}}
{{#foreach tags}}
<a class="category-chip" href="{{url}}">
<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>
</a>