Merge pull request #44 from yfwz100/patch-1

Fix tag url in article pages.
main
Alan Orth 2016-04-12 16:57:09 +03:00
commit 1e1cfb9b4b
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 %}