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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user