examples: Remove unneeded meta tag from blog example
authorChristian Oliff <christianoliff@pm.me>
Tue, 24 Nov 2020 19:20:04 +0000 (04:20 +0900)
committerGitHub <noreply@github.com>
Tue, 24 Nov 2020 19:20:04 +0000 (20:20 +0100)
commita546059a9c0b4541f6c9e292f2bb065c1b6115d9
tree341ec8924e4dfea179eadd72dbe24ee1ac655cad
parentb5d906e31e716328e2c0fbbdbfe6fc5b2ff98886
examples: Remove unneeded meta tag from blog example

```html
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
```
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