diff options
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), |