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

@ -17,11 +17,18 @@
{% include swipe-instructions.html %}
<h1><strong>{{ page.title }}</strong></h1>
<h4><strong>{{ page.date | date_to_string }}</strong>
<small> . {{ page.category }} . <a href="{{site.baseurl}}{{page.url }}#disqus_thread">Comments</a>
{% for tag in page.tags %}
<a href="{{site.baseurl}}/tags/{{tag}}.html">#{{ tag }}</a>
{% endfor %}
<h4>
<strong>{{ page.date | date_to_string }}</strong>
<small>
. category:
<a class="category" href="{{site.baseurl}}/categories/{{page.category | downcase}}.html">
{{ page.category }}
</a>.
<a href="{{site.baseurl}}{{page.url }}#disqus_thread">Comments</a>
<br />
{% for tag in page.tags %}
<a class="tag" href="{{site.baseurl}}/tags/{{tag}}.html">#{{ tag }}</a>
{% endfor %}
</small>
</h4>