net/_includes/post.html

13 lines
439 B
HTML
Raw Normal View History

2012-01-02 23:15:05 -05:00
<article class="hentry" role="article">
<header>
<h1 class="entry-title">{{ post.title }}</h1>
</header>
<div class="entry-content">
{{ content }}
</div>
<footer class="meta">
2013-11-10 12:47:53 -05:00
<p><i class="fa fa-tags"></i> {{ post.tags | tag_links }}</p>
2013-08-21 08:53:58 -04:00
<time datetime="{{ post.date | datetime | date_to_xmlschema }}" pubdate>&mdash; <a href="{{ post.url }}">{{ post.date | date: "%B %d, %Y" }}</a></time>
2012-01-02 23:15:05 -05:00
</footer>
</article>