diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 5d1d493..183cfc1 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -4,6 +4,7 @@ + {{ template "_internal/opengraph.html" . }} {{ $title := print .Site.Title " | " .Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} {{ $title }}