File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- {{ if .Site.IsMultiLingual }}
1
+ {{ if hugo.IsMultilingual }}
2
2
< span class ="gdoc-language ">
3
3
< ul class ="gdoc-language__selector " role ="button " aria-pressed ="false " tabindex ="0 ">
4
4
< li >
Original file line number Diff line number Diff line change 63
63
{{- end }}
64
64
65
65
{{- /* Facebook Page Admin ID for Domain Insights */}}
66
- {{- with .Site.Social .facebook_admin }}
66
+ {{- with .Site.Params .facebook_admin }}
67
67
< meta property ="fb:admins " content ="{{ . }} " />
68
68
{{- end }}
Original file line number Diff line number Diff line change 10
10
{{- with partial "utils/description" . }}
11
11
< meta name ="twitter:description " content ="{{ . | plainify | htmlUnescape | chomp }} " />
12
12
{{- end }}
13
- {{- with .Site.Social .twitter -}}
13
+ {{- with .Site.Params .twitter -}}
14
14
< meta name ="twitter:site " content ="@{{ . }} " />
15
15
{{- end }}
You can’t perform that action at this time.
0 commit comments