blob: b7d869a3d141fdfb8d47acea54f9212e7683e79f [file] [log] [blame]
<article>
<h2>
<a href="{{ post.url }}">
{{ post.title }}
</a>
</h2>
<span class="post-category">
<span class="label">
{{ post.categories | array_to_sentence_string }}
</span>
</span>
<div class="post-meta">
<span class="post-date">
{{ post.date | date_to_string }}
</span>
<a href="https://people.apache.org/~{{ post.author }}" class="post-author">
<img src="https://people.apache.org/~{{ post.author }}//{{ post.author }}.png"
class="avatar" alt="{{ post.author }} avatar"
width="24" height="24">
{{ post.author }}
</a>
</div>
<div class="post-content">
{{ post.content }}
</div>
</article>