« get me outta code hell

content: generateContributionList: fix unconditional title line - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/generateContributionList.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-06-10 07:19:37 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-06-10 07:20:40 -0300
commit59bc9f929be7fa10a650fce6b599f389a7d07aea (patch)
tree8cb3cf648563baa414d2f43f36265a839336944f /src/content/dependencies/generateContributionList.js
parentb5cfd785360ced74970b06c9c1e6436bf7281b72 (diff)
content: generateContributionList: fix unconditional title line
Diffstat (limited to 'src/content/dependencies/generateContributionList.js')
-rw-r--r--src/content/dependencies/generateContributionList.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content/dependencies/generateContributionList.js b/src/content/dependencies/generateContributionList.js
index 4796cc02..294ff859 100644
--- a/src/content/dependencies/generateContributionList.js
+++ b/src/content/dependencies/generateContributionList.js
@@ -38,6 +38,7 @@ export default {
 
     return html.tags([
       html.tag('p',
+        {[html.onlyIfSiblings]: true},
         slots.attributes,
         slots.title),