Show article date on tag indices.
This commit is contained in:
parent
385c02e868
commit
7ed03d8d79
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ def make_tag_page(index, path):
|
||||||
<ul>
|
<ul>
|
||||||
{% for article in articles %}
|
{% for article in articles %}
|
||||||
<li>
|
<li>
|
||||||
<a href="/writing/{{article.web_path}}">{{article.title|e}}</a>
|
<a href="/writing/{{article.web_path}}">{{article.date}} - {{article.title|e}}</a>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue