From 6143cd203516342e567897304e450c874d892667 Mon Sep 17 00:00:00 2001 From: Pedro Gomes Date: Wed, 4 Sep 2019 20:28:40 +0700 Subject: [PATCH] Include open graph template in header --- layouts/partials/header.html | 1 + 1 file changed, 1 insertion(+) 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" . }}