Fixes #132 (Commit from @bgoldman)

This commit is contained in:
Brandon Goldman 2016-02-22 18:32:53 -08:00 committed by Panos Sakkos
parent 85fdf5b510
commit 5b589baa73
9 changed files with 119 additions and 8 deletions

View file

@ -9,7 +9,11 @@
{% assign post = site.posts.first %}
<h4> <strong> {{ post.date | date_to_string }} </strong>
<small>. {{ post.category }} .</small>
<small>.
<a class="category" href="{{site.baseurl}}/categories/{{post.category | downcase}}.html">
{{ post.category }}
</a>
.</small>
<strong> <a href="{{site.baseurl}}{{ post.url }}">{{post.title}} </a> </strong>
<small> <a href="{{site.baseurl}}{{post.url}}#disqus_thread">Comments</a></small>
</h4>

View file

@ -3,7 +3,11 @@
<h4 align="left">
<strong>{{ post.date | date_to_string }}</strong>
<small>. {{ post.category }} .</small>
<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>