forked from deepStateMirrors/tabi
♻️ refactor: use native updated field
This commit is contained in:
parent
ed47f2580b
commit
31ea93bbbe
2 changed files with 3 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue