mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
config: even more filtered warnings #693
This commit is contained in:
parent
9829156c6d
commit
7ba8f536f4
2 changed files with 8 additions and 2 deletions
|
@ -115,8 +115,11 @@
|
||||||
{{- else }}
|
{{- else }}
|
||||||
{{- with site.Social.facebook_admin }}
|
{{- with site.Social.facebook_admin }}
|
||||||
{{- $facebookAdmin = . }}
|
{{- $facebookAdmin = . }}
|
||||||
|
{{- $hugoVersion := "0.120.0" }}
|
||||||
|
{{- if ge hugo.Version $hugoVersion }}
|
||||||
{{- warnf "The social key in site configuration is deprecated. Use params.social.facebook_admin instead." }}
|
{{- warnf "The social key in site configuration is deprecated. Use params.social.facebook_admin instead." }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- /* Facebook Page Admin ID for Domain Insights */}}
|
{{- /* Facebook Page Admin ID for Domain Insights */}}
|
||||||
|
|
|
@ -51,8 +51,11 @@
|
||||||
{{- else }}
|
{{- else }}
|
||||||
{{- with site.Social.twitter }}
|
{{- with site.Social.twitter }}
|
||||||
{{- $twitterSite = . }}
|
{{- $twitterSite = . }}
|
||||||
|
{{- $hugoVersion := "0.120.0" }}
|
||||||
|
{{- if ge hugo.Version $hugoVersion }}
|
||||||
{{- warnf "The social key in site configuration is deprecated. Use params.social.twitter instead." }}
|
{{- warnf "The social key in site configuration is deprecated. Use params.social.twitter instead." }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- with $twitterSite }}
|
{{- with $twitterSite }}
|
||||||
|
|
Loading…
Reference in a new issue