From 8cb5a2c3cddd7348c14aae65db27a700263ab011 Mon Sep 17 00:00:00 2001 From: jonathan Date: Tue, 17 Oct 2023 17:36:58 +1030 Subject: [PATCH] add id to headers for list pages for linking's sake --- .eleventy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eleventy.js b/.eleventy.js index 06d4888..498faaa 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -67,7 +67,7 @@ module.exports = function (eleventyConfig) { } return `

-

${title}

+

${title}

${linkString} ${imageString} ${videoString}