♻️ refactor: use native updated
field
This commit is contained in:
parent
ed47f2580b
commit
31ea93bbbe
@ -1,6 +1,7 @@
|
||||
+++
|
||||
title = "Custom shortcodes"
|
||||
date = 2023-02-19
|
||||
updated = 2025-02-26
|
||||
[taxonomies]
|
||||
tags = ["showcase", "shortcodes"]
|
||||
[extra]
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user