Show article title instead of web name on tag page.
This commit is contained in:
parent
807fcda09e
commit
d12f655d77
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ def maketagpage(index, path):
|
|||
<ul>
|
||||
{% for article in index.articles %}
|
||||
<li>
|
||||
<a href="/writing/{{article.web_path}}">{{article.md_file.parent.basename}}</a>
|
||||
<a href="/writing/{{article.web_path}}">{{article.title}}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue