Fix tag url in article pages.

main
Wang Zhi 2016-04-10 15:02:59 +08:00
parent 43f23f05b9
commit 53180849cb
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<li class="muted">&middot;</li>
<li>
{% for tag in article.tags %}
<a href="{{ SITEUrL }}/tag/{{ tag }}.html">{{ tag }}</a>{% if not loop.last %}, {% endif %}
<a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a>{% if not loop.last %}, {% endif %}
{% endfor %}
</li>
{% endif %}