diff options
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 |
commit | 8928793a9683e742985c744c93f623d04a645d49 (patch) | |
tree | ff35e903e7b154d18d9b876c91790addb73b2f0c | |
parent | 01c674b5225c1460b8dd05bbf8b657a6c578860a (diff) |
content: generateContentHeading: always onlyIfSiblings
-rw-r--r-- | src/content/dependencies/generateContentHeading.js | 1 |
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, |