net/_includes/post.html

13 lines
431 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>
2015-02-11 23:35:29 -05:00
<time datetime="{{ post.date | datetime | date_to_xmlschema }}" pubdate><a href="{{ post.url }}">{{ post.date | date: "%B %d, %Y" }}</a></time>
2012-01-02 23:15:05 -05:00
</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>
2012-01-02 23:15:05 -05:00
</footer>
</article>