Add last updated date to Adoptables page

This commit is contained in:
Leilukin 2024-07-22 09:39:02 +08:00 committed by Helen Chong
parent 894b3737ac
commit 14e7ef7dde

View File

@ -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">