Add last updated date to Adoptables page
This commit is contained in:
parent
e3f87c681a
commit
497ff33ed3
|
@ -1,8 +1,9 @@
|
|||
---
|
||||
title: Adoptables
|
||||
desc: A collection of creatures and stuff I have adopted from other websites.
|
||||
desc: A collection of stuff I have adopted from other websites.
|
||||
isContentDivided: true
|
||||
hasTooltips: true
|
||||
updated: 2024-07-22
|
||||
eleventyNavigation:
|
||||
order: 8
|
||||
---
|
||||
|
@ -21,6 +22,10 @@ eleventyNavigation:
|
|||
</li>
|
||||
{%- endmacro -%}
|
||||
|
||||
<section class="content__section">
|
||||
<p>(This page was last updated on {{ updated | formatDate }})</p>
|
||||
</section>
|
||||
|
||||
{% include "main/virtualpets.njk" %}
|
||||
|
||||
<section class="content__section">
|
||||
|
|
Loading…
Reference in New Issue