From a3bd024e2927b5c9ce0a8e58a410dc0f2c756e1a Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 7 Jan 2017 22:06:25 +0200 Subject: [PATCH] layouts/partials/head-meta.html: Remove IE meta tags Bootstrap v4 Alpha 6 removes support for IE 8 and 9 and these tags are no longer necessary. See: https://github.com/twbs/bootstrap/pull/21483 --- layouts/partials/head-meta.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/layouts/partials/head-meta.html b/layouts/partials/head-meta.html index c59959f..97ab41a 100644 --- a/layouts/partials/head-meta.html +++ b/layouts/partials/head-meta.html @@ -1,7 +1,5 @@ - -{{ "" | safeHTML }} {{ template "_internal/opengraph.html" . }} {{ template "_internal/schema.html" . }}