We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disable_share
in my site's config.toml I have
config.toml
[params] background_color_class = "bg-gray" disable_share = true recent_posts_number = 3
but social icons still show
gohugo-theme-ananke/layouts/partials/social-share.html
Line 5 in 869b03e
{{ if not .Site.Params.disable_share }}
The text was updated successfully, but these errors were encountered:
Make disable_share settings on both page and site level
37ead5d
Fixes #438
Make disable_share settings on both page and site level (#465)
57e38aa
Make disable_share settings on both page and site level (theNewDyna…
5f13f88
…mic#465) Fixes theNewDynamic#438
regisphilibert
Successfully merging a pull request may close this issue.
in my site's
config.toml
I have
but social icons still show
gohugo-theme-ananke/layouts/partials/social-share.html
Line 5 in 869b03e
add ".Site"? to be
The text was updated successfully, but these errors were encountered: