Fix tag url in article pages.

This commit is contained in:
Wang Zhi 2016-04-10 15:02:59 +08:00
commit 53180849cb

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 %}