rolandjesse.de/_includes/post-list.html
Panos Sakkos ef491cbb9e Fixes #103
Plus some refactoring and code cleanup 😌
2015-11-22 02:01:43 +01:00

15 lines
402 B
HTML

<!-- Post List Start -->
<h4 align="left">
<strong>{{ post.date | date_to_string }}</strong>
<small>. {{ post.category }} .</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 -->