v0.1.6 헤더 및 포스트 레이아웃 수정

This commit is contained in:
2026-04-13 16:03:37 +09:00
parent d5bb44b0e2
commit d834827236
5 changed files with 140 additions and 72 deletions

View File

@@ -79,8 +79,7 @@
{{#foreach tags}}
<a class="category-chip" href="{{url}}">
<span class="category-chip__dot"></span>
<span>{{name}}</span>
<span class="category-chip__count">{{count.posts}}</span>
<span class="category-chip__label">{{name}}</span>
</a>
{{/foreach}}
{{/get}}
@@ -100,7 +99,7 @@
{{else}}
<span class="avatar avatar--fallback">A</span>
{{/if}}
<span>
<span class="author-list__body">
<strong>{{name}}</strong>
<small>{{plural count.posts empty="No posts" singular="% post" plural="% posts"}}</small>
</span>