updated post list template
This commit is contained in:
parent
89e33e92c4
commit
2876ef664b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
{% if post_list %}
|
||||
<ul>
|
||||
{% for item in post_list %}
|
||||
<li><a href="/{{ item.url }}">{{ item.metadata.title }}</a></li>
|
||||
<li><small><time datetime="{{ metadata.date | safe }}">{{ metadata.date | safe}}</time></small>: <a href="/{{ item.url }}">{{ item.metadata.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue