theNewDynamic / gohugo-theme-ananke

Ananke: A theme for Hugo Sites
https://ananke-theme.netlify.app
MIT License
1.16k stars 1.16k forks source link

Make `disable_share` settings on both page and site level #438

Closed PengjuXu closed 2 years ago

PengjuXu commented 3 years ago

in my site's config.toml I have

[params]
  background_color_class = "bg-gray"
  disable_share = true
  recent_posts_number = 3

but social icons still show

https://github.com/theNewDynamic/gohugo-theme-ananke/blob/869b03ea78b6238febe54cae970b23312d099ff6/layouts/partials/social-share.html#L5 add ".Site"? to be

{{ if not .Site.Params.disable_share }}