WARN deprecated: .Site.Social was deprecated in Hugo v0.124.0 and will be removed in a future release. Use .Site.Params instead. #1570
Unanswered
BunnySakura
asked this question in
Q&A
Replies: 1 comment
-
Your answer seems to be at gohugoio/hugo#11570 OLD CODE:
or
should be changed to this NEW CODE:
and
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
这个警告似乎和
socialIcons
有关,我删除这个字段就会消失。The warning seems to be related to
socialIcons
, which goes away when I delete the field.实际上参考Hugo代码实现以及Issue 12228、Pull 11570:
Actually refer to the Hugo code implementation as well Issue 12228、Pull 11570 :
所以如何消除这个警告,谢谢。
So how to get rid of this warning, thanks.
Beta Was this translation helpful? Give feedback.
All reactions