🎨 Modify some Hugo syntax & use CSS style replace HTML DOM style.

This commit is contained in:
凡梦星尘
2022-06-05 21:35:40 +08:00
parent 3b81f46c4e
commit 531e65da7f
10 changed files with 121 additions and 79 deletions

View File

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