make more clear that date is insert date, not event date

proposta-home
putro 2019-04-30 10:07:06 +02:00
父節點 9881a5074f
當前提交 7496c9a120
共有 1 個檔案被更改,包括 2 行新增2 行删除

查看文件

@ -1,11 +1,11 @@
<footer class="post-info">
{% if article.author %}
<address class="vcard author">
<a class="url fn" href="{{ SITEURL }}/{{ article.author.url }}">{{ article.author }}</a>
autore: <a class="url fn" href="{{ SITEURL }}/{{ article.author.url }}">{{ article.author }}</a>
</address>
{% endif %}
data: {{ article.date.strftime('%d %B %Y') }}
data inserimento: {{ article.date.strftime('%d %B %Y') }}
<br>