15 lines
480 B
HTML
15 lines
480 B
HTML
<a href="{{post.url}}">
|
|
|
|
<article class="article-row">
|
|
|
|
<div class="article-row-content">
|
|
<h1 class="article-row-content-header">{{post.title}}</h1>
|
|
|
|
<p class="article-row-content-description">{{post.subtitle}}</p>
|
|
|
|
<p class="article-row-content-author">{{post.author}}</p>
|
|
<time class="article-row-content-time" datetime="2008-02-14 20:00">{{post.public_date}}</time>
|
|
</div>
|
|
</article>
|
|
|
|
</a> |