2022-06-01 11:44:06 +08:00
|
|
|
{{- partial "head/meta.html" . }}
|
2022-05-31 21:50:35 +08:00
|
|
|
{{- if .Site.Params.openGraph.enable }}
|
2022-06-01 11:44:06 +08:00
|
|
|
{{- partial "head/opengraph.html" . }}
|
2022-05-31 21:50:35 +08:00
|
|
|
{{- end }}
|
|
|
|
{{ if isset .Site.Params.openGraph "twitter" }}
|
2022-06-01 11:44:06 +08:00
|
|
|
{{- partial "head/twitter.html" . }}
|
2022-05-31 21:50:35 +08:00
|
|
|
{{- end }}
|
|
|
|
{{- if isset .Site.Params.openGraph "googleplus" }}
|
2022-06-01 11:44:06 +08:00
|
|
|
{{- partial "head/googleplus.html" . }}
|
2022-05-31 21:50:35 +08:00
|
|
|
{{- end }}
|
|
|
|
{{- if isset .Site.Params.openGraph "facebook" }}
|
2022-06-01 11:44:06 +08:00
|
|
|
{{- partial "head/facebook.html" . }}
|
2022-05-31 21:50:35 +08:00
|
|
|
{{- end }}
|
2022-06-01 11:44:06 +08:00
|
|
|
{{ partial "head/verify.html" . }}
|
|
|
|
{{- partial "head/style.html" . }}
|