« get me outta code hell

content: generateContentHeading: always onlyIfSiblings - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-06-12 13:09:12 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-06-18 22:56:07 -0300
commit8928793a9683e742985c744c93f623d04a645d49 (patch)
treeff35e903e7b154d18d9b876c91790addb73b2f0c /src/content
parent01c674b5225c1460b8dd05bbf8b657a6c578860a (diff)
content: generateContentHeading: always onlyIfSiblings
Diffstat (limited to 'src/content')
-rw-r--r--src/content/dependencies/generateContentHeading.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content/dependencies/generateContentHeading.js b/src/content/dependencies/generateContentHeading.js
index eafe77d8..f52bc043 100644
--- a/src/content/dependencies/generateContentHeading.js
+++ b/src/content/dependencies/generateContentHeading.js
@@ -38,6 +38,7 @@ export default {
   generate: (relations, slots, {html}) =>
     html.tag(slots.tag, {class: 'content-heading'},
       {tabindex: '0'},
+      {[html.onlyIfSiblings]: true},
 
       slots.attributes,