Fixes #132 (Commit from @bgoldman)
This commit is contained in:
parent
85fdf5b510
commit
5b589baa73
9 changed files with 119 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue