diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 696dbfc..3b4cf99 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -35,6 +35,7 @@ {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} {{ template "_internal/google_analytics_async.html" . }} {{ end }} + {{ template "_internal/opengraph.html" . }}