v0.1.16 탑바 및 아이콘 표현 수정
This commit is contained in:
@@ -9,7 +9,14 @@
|
||||
{{/if}}
|
||||
</a>
|
||||
<div class="post-card__content">
|
||||
<h2><a href="{{url}}">{{title}}</a></h2>
|
||||
<h2>
|
||||
<a href="{{url}}">
|
||||
{{#if featured}}
|
||||
<img class="post-card__featured-icon" src="{{asset "icons/bolt.svg"}}" alt="">
|
||||
{{/if}}
|
||||
<span>{{title}}</span>
|
||||
</a>
|
||||
</h2>
|
||||
{{#if excerpt}}<p>{{excerpt words="22"}}</p>{{/if}}
|
||||
<div class="post-card__meta">
|
||||
<time class="meta-item" datetime="{{date format="YYYY-MM-DD"}}">{{date format="MMM D"}}</time>
|
||||
|
||||
Reference in New Issue
Block a user