From a546059a9c0b4541f6c9e292f2bb065c1b6115d9 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Wed, 25 Nov 2020 04:20:04 +0900 Subject: [PATCH] examples: Remove unneeded meta tag from blog example ```html ``` This was only needed for IE10 and lower (which are no longer supported) and chromeframe which was a Google plugin for IE8 and lower and was discontinued many years ago. So this meta tag can be safely removed. --- examples/blog/layouts/partials/meta.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/blog/layouts/partials/meta.html b/examples/blog/layouts/partials/meta.html index 95fd2a71..71346030 100644 --- a/examples/blog/layouts/partials/meta.html +++ b/examples/blog/layouts/partials/meta.html @@ -1,6 +1,5 @@ - - \ No newline at end of file +