Add last updated date to Adoptables page

This commit is contained in:
Helen Chong 2024-07-22 09:39:02 +08:00
parent e3f87c681a
commit 497ff33ed3
1 changed files with 6 additions and 1 deletions

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