From: Christian Oliff Date: Tue, 24 Nov 2020 19:20:04 +0000 (+0900) Subject: examples: Remove unneeded meta tag from blog example X-Git-Tag: v0.79.0~12 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a546059a9c0b4541f6c9e292f2bb065c1b6115d9;p=brevno-suite%2Fhugo 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. --- 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 +