@ -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) }}
</div>