-
I want to disable the social sharing information for some specific pages. The doc reads like it is possible: https://gethinode.com/docs/configuration/layout/ I tried to disable sharing by adding the following stuff to my frontmatter:
Disabling it in the params.toml in the config directory works as expected, but I want it beeing disabled only for some pages.
Any ideas what I have missed? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The docs contained an error, which has been corrected now. Add the following setting to your frontmatter to disable social sharing for an individual page ( ---
sharing: false
--- |
Beta Was this translation helpful? Give feedback.
The docs contained an error, which has been corrected now. Add the following setting to your frontmatter to disable social sharing for an individual page (
yaml
syntax):