Add last updated date to Adoptables page
This commit is contained in:
parent
e3f87c681a
commit
497ff33ed3
|
@ -1,8 +1,9 @@
|
||||||
---
|
---
|
||||||
title: Adoptables
|
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
|
isContentDivided: true
|
||||||
hasTooltips: true
|
hasTooltips: true
|
||||||
|
updated: 2024-07-22
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
order: 8
|
order: 8
|
||||||
---
|
---
|
||||||
|
@ -21,6 +22,10 @@ eleventyNavigation:
|
||||||
</li>
|
</li>
|
||||||
{%- endmacro -%}
|
{%- endmacro -%}
|
||||||
|
|
||||||
|
<section class="content__section">
|
||||||
|
<p>(This page was last updated on {{ updated | formatDate }})</p>
|
||||||
|
</section>
|
||||||
|
|
||||||
{% include "main/virtualpets.njk" %}
|
{% include "main/virtualpets.njk" %}
|
||||||
|
|
||||||
<section class="content__section">
|
<section class="content__section">
|
||||||
|
|
Loading…
Reference in New Issue