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>