From 497ff33ed33cd58b079acd607c70d844f57965fa Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Mon, 22 Jul 2024 09:39:02 +0800 Subject: [PATCH] Add last updated date to Adoptables page --- src/pages/adoptables.njk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/adoptables.njk b/src/pages/adoptables.njk index e01768b5..d8b1a077 100644 --- a/src/pages/adoptables.njk +++ b/src/pages/adoptables.njk @@ -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: {%- endmacro -%} +
+

(This page was last updated on {{ updated | formatDate }})

+
+ {% include "main/virtualpets.njk" %}