-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
theme(fix): bring some logic into /disabled sharing
Signed-off-by: Patrick Kollitsch <[email protected]>
- Loading branch information
1 parent
0aec28f
commit a9cd70d
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a9cd70d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How to disable a single social section? Eg.
[params.ananke.social.github]
I want to not list in the the share section, but only in the follow section..I tried adding
share = false
, is not working. I also tried:disable_share = true
is ALSO not working..For some reason you include all
ananke.social
listings in the share section, this is not what people want! You can't share on Mastodon, or GitLab or GitHub. And still you list those items now in the share section..... And I'm unable to hide it.Also .. the
networks
that I did mention in[params.ananke.social.share]
, doesn't seem to be applied.