feat: add 'Last updated' extra tag

This commit is contained in:
welpo
2023-02-27 00:55:17 +01:00
parent eb60527bfb
commit ed47f2580b
3 changed files with 8 additions and 1 deletions

View File

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