🏗️ Finish the header attributes redesign.

This commit is contained in:
凡梦星尘
2022-06-01 11:44:06 +08:00
parent f2ff0a5299
commit cea7bd3bc0
5 changed files with 29 additions and 29 deletions

View File

@@ -1,15 +1,15 @@
{{- partial "head/meta" . }}
{{- partial "head/meta.html" . }}
{{- if .Site.Params.openGraph.enable }}
{{- partial "head/opengraph" . }}
{{- partial "head/opengraph.html" . }}
{{- end }}
{{ if isset .Site.Params.openGraph "twitter" }}
{{- partial "head/twitter" . }}
{{- partial "head/twitter.html" . }}
{{- end }}
{{- if isset .Site.Params.openGraph "googleplus" }}
{{- partial "head/googleplus" . }}
{{- partial "head/googleplus.html" . }}
{{- end }}
{{- if isset .Site.Params.openGraph "facebook" }}
{{- partial "head/facebook" . }}
{{- partial "head/facebook.html" . }}
{{- end }}
{{ partial "head/verify" . }}
{{- partial "head/style" . }}
{{ partial "head/verify.html" . }}
{{- partial "head/style.html" . }}