forked from deepStateMirrors/tabi
✨ feat: add 'Last updated' extra tag
This commit is contained in:
parent
eb60527bfb
commit
ed47f2580b
3 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue