WARN deprecated: .Site.Social was deprecated in Hugo v0.124.0 and will be removed in a future release. Use .Site.Params instead.
Ok, understood, but I never used .Site.Social anywhere in my site, and neither does the theme. I grepped all files in my site, no such string to be found. Am I missing something?
As of now thatās a warning, so as long as you stay on Hugo version that not removes the deprecated stuff you are quite safe.
Thereās a also a workaround described by adding social = true to the params section
p.s. thereās also another deprecation about the paginate site setting
I wonder where my grep-foo failed. Probably because I took the warning message about ā.Site.Socialā too literally and searched for that, without disambiguiation of Upper/lower case. So I didnāt find āsite.Socialā.
I have to admit that the mixed use of upper/lower case parameters, methods etc in Hugo ihas nagged me before. Same applies to pluralization of terms. Or not.
The other deprecation about āpaginateā I found easily and rectified it as advised.