We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6b278 commit e100b38Copy full SHA for e100b38
templates/archive_year.html
@@ -12,7 +12,7 @@ <h2 class="archive-h2">Archive for {{ year }}</h2>
12
{% if month.entries %}
13
<ul>
14
{% for entry in month.entries %}
15
- <li><a href="{{ entry.get_absolute_url }}">{{ entry }}</a></li>
+ <li>{{ entry.created|date:"jS" }}: <a href="{{ entry.get_absolute_url }}">{{ entry }}</a></li>
16
{% endfor %}
17
</ul>
18
{% endif %}
0 commit comments