adjust head tags order

put noscript at the end
This commit is contained in:
Reorx 2022-04-11 22:24:40 +08:00
parent 2023e862af
commit 9678b1cb6f
1 changed files with 9 additions and 10 deletions

View File

@ -102,6 +102,15 @@
<link rel="alternate" hreflang="{{ .Lang }}" href="{{ .Permalink }}"> <link rel="alternate" hreflang="{{ .Lang }}" href="{{ .Permalink }}">
{{ end -}} {{ end -}}
{{- /* Misc */}}
{{- if hugo.IsProduction | or (eq site.Params.env "production") }}
{{- template "_internal/google_analytics.html" . }}
{{- end -}}
{{- template "partials/templates/opengraph.html" . }}
{{- template "partials/templates/twitter_cards.html" . }}
{{- template "partials/templates/schema_json.html" . }}
{{- partial "extend_head.html" . }}
<noscript> <noscript>
<style> <style>
#theme-toggle, #theme-toggle,
@ -141,13 +150,3 @@
</style> </style>
{{- end }} {{- end }}
</noscript> </noscript>
{{- partial "extend_head.html" . -}}
{{- /* Misc */}}
{{- if hugo.IsProduction | or (eq site.Params.env "production") }}
{{- template "_internal/google_analytics.html" . }}
{{- end -}}
{{- template "partials/templates/opengraph.html" . }}
{{- template "partials/templates/twitter_cards.html" . }}
{{- template "partials/templates/schema_json.html" . }}