Files
Journal-ghost/partials/loop.hbs
Sodbileg Gansukh 37cafc2391 Rebuild assets
2022-08-12 22:06:11 +08:00

20 lines
707 B
Handlebars

<article class="gh-card {{post_class}}">
<a class="gh-card-link" href="{{url}}">
<header class="gh-card-header">
<h2 class="gh-card-title">{{title}}</h2>
</header>
<div class="gh-card-excerpt">{{excerpt}}</div>
<footer class="gh-card-meta">
<time class="gh-card-date" datetime="{{date format="YYYY-MM-DD"}}">{{date}}</time>
<span class="gh-card-duration">{{reading_time}}</span>
{{#if @site.comments_enabled}}
{{comment_count class="gh-card-comments"}}
{{/if}}
{{^has visibility="public"}}
{{> icons/star}}
{{/has}}
</footer>
</a>
</article>