Fix /writing article web path.
This commit is contained in:
parent
03bf73d321
commit
eba3e5e330
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ def make_tag_page(index, path):
|
||||||
<ol class="article_list">
|
<ol class="article_list">
|
||||||
{% for article in articles %}
|
{% for article in articles %}
|
||||||
<li>
|
<li>
|
||||||
<a href="/writing/{{article.web_path}}">{{article.published_date}} - {{article.title|e}}</a>
|
<a href="{{article.web_path}}">{{article.published_date}} - {{article.title|e}}</a>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ol>
|
</ol>
|
||||||
|
|
Loading…
Reference in a new issue