6 lines
233 B
HTML
6 lines
233 B
HTML
{{- template "_internal/opengraph.html" . -}}
|
|
{{- template "_internal/schema.html" . -}}
|
|
{{- template "_internal/twitter_cards.html" . -}}
|
|
{{- if hugo.IsProduction }}
|
|
{{- template "_internal/google_analytics.html" . }}
|
|
{{- end -}}
|