diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-06-08 10:27:42 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-06-08 10:27:42 -0300 |
commit | e1f8beeb384ad4a1a30f2654e17008ae730adf56 (patch) | |
tree | 29bc8d9f1266d9fec51b24f174f62c60338f7db3 /src/content/dependencies/generatePageLayout.js | |
parent | af6f7e78c5c148ac3b194170ee65a30f75ad5413 (diff) |
content: compute "needs reveal" class only on client
Diffstat (limited to 'src/content/dependencies/generatePageLayout.js')
-rw-r--r-- | src/content/dependencies/generatePageLayout.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/content/dependencies/generatePageLayout.js b/src/content/dependencies/generatePageLayout.js index 1853fb1e..f3745526 100644 --- a/src/content/dependencies/generatePageLayout.js +++ b/src/content/dependencies/generatePageLayout.js @@ -104,7 +104,6 @@ export default { showWikiNameInTitle: {type: 'boolean', default: true}, cover: {type: 'html'}, - coverNeedsReveal: {type: 'boolean'}, socialEmbed: {type: 'html'}, @@ -204,7 +203,6 @@ export default { relations.stickyHeadingContainer.slots({ title: slots.title, cover: slots.cover, - needsReveal: slots.coverNeedsReveal, }); break; case 'static': |