From 294903d954d6ce926a04843ffee1b802ae3f187e Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 20 Nov 2019 22:45:04 +0100 Subject: [PATCH] Removed X-UA-Compatible header. --- layouts/_default/baseof.html | 1 - 1 file changed, 1 deletion(-) 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 -}}