♻️ refactor: use native updated
field
This commit is contained in:
parent
ed47f2580b
commit
31ea93bbbe
@ -1,6 +1,7 @@
|
|||||||
+++
|
+++
|
||||||
title = "Custom shortcodes"
|
title = "Custom shortcodes"
|
||||||
date = 2023-02-19
|
date = 2023-02-19
|
||||||
|
updated = 2025-02-26
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = ["showcase", "shortcodes"]
|
tags = ["showcase", "shortcodes"]
|
||||||
[extra]
|
[extra]
|
||||||
|
@ -28,8 +28,8 @@
|
|||||||
</nav>
|
</nav>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if page.extra.last_updated %}
|
{% if page.updated %}
|
||||||
<br>Last updated on {{ macros_format_date::format_date(date=page.extra.last_updated) }}
|
<br>Last updated on {{ macros_format_date::format_date(date=page.updated) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user