mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-07-13 22:52:29 +02:00
Implement fixes for refreshed template system for Hugo v0.146.0+ (#1726)
This commit is contained in:
@ -150,8 +150,8 @@
|
||||
|
||||
{{- /* Misc */}}
|
||||
{{- if hugo.IsProduction | or (eq site.Params.env "production") }}
|
||||
{{- template "_internal/google_analytics.html" . }}
|
||||
{{- template "partials/templates/opengraph.html" . }}
|
||||
{{- template "partials/templates/twitter_cards.html" . }}
|
||||
{{- template "partials/templates/schema_json.html" . }}
|
||||
{{- partial "google_analytics.html" . }}
|
||||
{{- partial "templates/opengraph.html" . }}
|
||||
{{- partial "templates/twitter_cards.html" . }}
|
||||
{{- partial "templates/schema_json.html" . }}
|
||||
{{- end -}}
|
||||
|
Reference in New Issue
Block a user