♻️ refactor: use native updated field

This commit is contained in:
welpo
2023-02-27 01:03:33 +01:00
parent ed47f2580b
commit 31ea93bbbe
2 changed files with 3 additions and 2 deletions

View File

@@ -28,8 +28,8 @@
</nav>
{% endif %}
{% if page.extra.last_updated %}
<br>Last updated on {{ macros_format_date::format_date(date=page.extra.last_updated) }}
{% if page.updated %}
<br>Last updated on {{ macros_format_date::format_date(date=page.updated) }}
{% endif %}
</div>