better journal entries

This commit is contained in:
Kyle Isom 2022-02-23 23:06:01 -08:00
parent 9072786a64
commit 88d0fc3642
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ of a day; the current day's entry might be updated over the course of
the day.</p>
<ul>
{% 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 %}
</ul>
{% endif %}