mirror of
https://github.com/sbrow/thor.git
synced 2026-08-26 19:33:32 -04:00
10 lines
339 B
HTML
10 lines
339 B
HTML
<li class="post">
|
|
<article>
|
|
<h3><a href="{{url}}">{{title}}</a></h3>
|
|
<time datetime="{{date}}">{{date | format}}</time>
|
|
<p class="excerpt">{{excerpt}}</p>
|
|
{{#author}}<address>{{author}}</address>{{/author}}
|
|
{{#tags}}<a href="/tag/{{slug}}" class="tag">{{name}}</a>{{/tags}}
|
|
</article>
|
|
</li>
|