♻️ refactor: use native updated
field
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user