diff options
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r-- | layouts/partials/head.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 29e9f49..4f1993a 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -41,5 +41,7 @@ <title>{{ .Title }} - {{ .Site.Title }}</title> {{ end }} + {{ template "_internal/opengraph.html" . }} + {{ block "head" . }}{{ end }} </head> |