From a5c492ea35aac26f94ac7cf4d9af1ae28132ff74 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 9 Jun 2024 15:24:38 -0300 Subject: content: generateContentHeading: drop id slot --- src/content/dependencies/generateCommentarySection.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/content/dependencies/generateCommentarySection.js') diff --git a/src/content/dependencies/generateCommentarySection.js b/src/content/dependencies/generateCommentarySection.js index 8ae1b2d0..c7f6fa6a 100644 --- a/src/content/dependencies/generateCommentarySection.js +++ b/src/content/dependencies/generateCommentarySection.js @@ -20,8 +20,8 @@ export default { html.tags([ relations.heading .slots({ - id: 'artist-commentary', - title: language.$('misc.artistCommentary') + attributes: {id: 'artist-commentary'}, + title: language.$('misc.artistCommentary'), }), relations.entries, -- cgit 1.3.0-6-gf8a5