make more clear that date is insert date, not event date
This commit is contained in:
parent
9881a5074f
commit
7496c9a120
|
@ -1,11 +1,11 @@
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
{% if article.author %}
|
{% if article.author %}
|
||||||
<address class="vcard 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>
|
</address>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
data: {{ article.date.strftime('%d %B %Y') }}
|
data inserimento: {{ article.date.strftime('%d %B %Y') }}
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user