rolandjesse.de/_includes/post-list.html
2016-03-05 17:21:36 +01:00

19 lines
515 B
HTML

<!-- Post List Start -->
<h4 align="left">
<strong>{{ post.date | date_to_string }}</strong>
<small>.
<a class="category" href="{{site.baseurl}}/categories/{{ post.category | downcase }}.html">
{{ post.category }}
</a>
.</small>
<br class="visible-xs-block">
<a href="{{site.baseurl}}{{post.url}}">
<strong>{{ post.title }}</strong>
</a>
<br class="visible-xs-block">
<small><a href="{{site.baseurl}}{{post.url}}#disqus_thread">Comments</a></small>
</h4>
<!-- Post List End -->