better journal entries
This commit is contained in:
parent
9072786a64
commit
88d0fc3642
|
@ -20,7 +20,7 @@ of a day; the current day's entry might be updated over the course of
|
||||||
the day.</p>
|
the day.</p>
|
||||||
<ul>
|
<ul>
|
||||||
{% for article in dates|select_journal(limit=3) %}
|
{% for article in dates|select_journal(limit=3) %}
|
||||||
<li>{{ article.date|strftime('%Y-%m-%d') }}: <a href='{{ SITEURL }}/{{ article.url }}'>{{ article.title }}</a></li>
|
<li> <a href='{{ SITEURL }}/{{ article.url }}'>{{ article.date|strftime('%Y-%m-%d') }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue