mirror of
https://github.com/aljazceru/Journal-ghost.git
synced 2026-01-08 07:54:18 +01:00
13 lines
425 B
Handlebars
13 lines
425 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-footer">
|
|
<time class="gh-card-date" datetime="{{date format="YYYY-MM-DD"}}">{{date}}</time>
|
|
</footer>
|
|
</a>
|
|
</article> |