You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaname="twitter:description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end -}}"/>
99
93
100
-
{{- /* Deprecate site.Social.twitter in favor of site.Params.social.twitter */}}
101
94
{{- $twitterSite := "" }}
102
95
{{- with site.Params.social }}
103
96
{{- if reflect.IsMap . }}
104
97
{{- $twitterSite = .twitter }}
105
98
{{- end }}
106
-
{{- else }}
107
-
{{- with site.Social.twitter }}
108
-
{{- $twitterSite = . }}
109
-
{{- warnf "The social key in site configuration is deprecated. Use params.social.twitter instead." }}
0 commit comments