v0.1.10 메타 표현 및 타이포 수정
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user