Merge pull request #44 from yfwz100/patch-1

Fix tag url in article pages.
This commit is contained in:
Alan Orth 2016-04-12 16:57:09 +03:00
commit 1e1cfb9b4b

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