Restyle tag labels

They now look like actual tags
This commit is contained in:
Gergely Polonkai
2015-04-28 15:20:15 +02:00
parent 1dbb08d00c
commit 2336e7df0b
3 changed files with 94 additions and 12 deletions

View File

@@ -33,17 +33,7 @@
{% endif %}
</main>
{% capture tagsize %}{{post.tags | size}}{% endcapture %}
{% if tagsize != '0' %}
<footer>
<p class="article-tags">
Tags:
{% for tag in post.tags %}
{% include tag-link.html %}
{% endfor %}
</p>
</footer>
{% endif %}
{% include tag-link.html %}
{% if page.post_listing %}
</li>
</ul>