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>
|
||||
|
||||
@@ -9,10 +9,11 @@
|
||||
{{else}}
|
||||
<div class="avatar avatar--large avatar--fallback">A</div>
|
||||
{{/if}}
|
||||
<div>
|
||||
<div class="author-feature__body">
|
||||
<h3>{{name}}</h3>
|
||||
{{#if bio}}<p>{{bio}}</p>{{/if}}
|
||||
</div>
|
||||
<span class="author-feature__action">↗</span>
|
||||
</section>
|
||||
{{/primary_author}}
|
||||
{{/post}}
|
||||
|
||||
Reference in New Issue
Block a user