1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2025-08-23 20:22:20 +00:00

Added tags

This commit is contained in:
J. Fernando Sánchez
2015-12-10 15:44:10 +01:00
parent bb6c1b8a1e
commit 42a247c89f
7 changed files with 95 additions and 11 deletions

View File

@@ -15,7 +15,7 @@
<h2 class="title">{{ article.title }}</h2>
<span class="meta date">{{ article.date | date_to_string }}</span>
{% for c in article.tags %}
<a class="tag" href="/tag/{{ c }}.html"><span class="label label-default">{{ c }}</span></a>
<span class="tag"><a href="/tag/{{ c }}.html" class="label label-default">{{ c }}</a></span>
{% endfor %}
</div>