theNewDynamic / gohugo-theme-ananke

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

bug: .Site.Social deprecated in Hugo v0.124.0 #711

Open henry63 opened 2 weeks ago

henry63 commented 2 weeks ago

With hugo 0.134, and anake 33fbda0 the file ananke/layouts/partials.social-share.html cause a warning :

`WARN  deprecated: .Site.Social was deprecated in Hugo v0.124.0 and will be removed in a future release. Use .Site.Params instead.`

This happens even if this code is not present

[[params.ananke_socials]]
name = "twitter"

This is probably caused by line 6,7,8 of ananke/layouts/partials.social-share.html

{{ with site.Social.twitter }}
  {{ $twitter_href = printf "%s&via=%s" $twitter_href . }}
{{ end }}
davidsneighbour commented 1 week ago

Hi @henry63. Please have a look at #715 for a quick solution.

I might not merge this fix (yet) because the integration of social media profiles should be overhauled, which is a breaking change. I'll update this issue report when there is an update.