diff options
| 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 |
| commit | 59bc9f929be7fa10a650fce6b599f389a7d07aea (patch) | |
| tree | 8cb3cf648563baa414d2f43f36265a839336944f /src/content/dependencies | |
| parent | b5cfd785360ced74970b06c9c1e6436bf7281b72 (diff) | |
content: generateContributionList: fix unconditional title line
Diffstat (limited to 'src/content/dependencies')
| -rw-r--r-- | src/content/dependencies/generateContributionList.js | 1 |
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), |