diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 5561d88..160843f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,7 +4,6 @@ {{ if and (.Title) (not (eq .Title .Site.Title)) }}{{ .Title }} | {{ end }}{{ .Site.Title }} - {{ if .Site.Params.opengraph }}{{ template "_internal/opengraph.html" . }}{{ end -}}