From ae0d9c15fbeb5d7d9592fe0c176837d6e5cece78 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:05:36 +0800 Subject: [PATCH] Add link list title to last update note --- src/_includes/main/links.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/main/links.njk b/src/_includes/main/links.njk index f9c905fc..ea0715a4 100644 --- a/src/_includes/main/links.njk +++ b/src/_includes/main/links.njk @@ -32,7 +32,7 @@ isContentDivided: true {{ group.templateContent | safe }} {% if group.data.updated %} -

(This list was last updated on {{ group.data.updated | formatDate }})

+

(This {{ group.data.title }} list was last updated on {{ group.data.updated | formatDate }})

{% endif %} Back to tabs