19 lines
515 B
HTML
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 -->
|