Change wording for last updated info
This commit is contained in:
parent
97e69e423a
commit
3c06120309
|
@ -9,7 +9,7 @@ metadata:
|
||||||
<div class="article__info">
|
<div class="article__info">
|
||||||
<p>Posted on {{ date | niceDate }} by {{ sitemeta.siteAuthor.name }}
|
<p>Posted on {{ date | niceDate }} by {{ sitemeta.siteAuthor.name }}
|
||||||
{% if updated %}
|
{% if updated %}
|
||||||
• Updated on {{ updated | niceDate }}</p>
|
• Last updated on {{ updated | niceDate }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if categories %}
|
{% if categories %}
|
||||||
<p>Categories:
|
<p>Categories:
|
||||||
|
|
Loading…
Reference in New Issue