We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e9d67 commit 5823306Copy full SHA for 5823306
templates/_includes/last_updated.html
@@ -6,8 +6,7 @@
6
{% set delta = (article.modified - article.date).days %}
7
{% if delta > 0 %}
8
<h4>Last Updated</h4>
9
-{% set day = article.modified.strftime('%d')|int %}
10
-<time datetime="{{ article.modified.isoformat() }}">{{ article.modified.strftime('%b') }} {{ day }} {{- article.modified.strftime(', %Y') }}</time>
+<time datetime="{{ article.modified.isoformat() }}">{{ article.locale_modified }}</time>
11
{% endif %}
12
13
{% elif article.modified %}
0 commit comments