LoveIt/layouts
Christian Oliff 74c90db9c4 fix(base): Remove unneeded meta tag
```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.

Partially fixes: #401

Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
2020-11-25 14:21:32 +07:00
..
_default fix(base): Remove unneeded meta tag 2020-11-25 14:21:32 +07:00
partials fix(footer): Define itemtype property 2020-11-24 09:52:39 +07:00
posts feat(content): support complete local resource references (#388) 2020-05-28 17:05:37 +08:00
shortcodes feat(content): support complete local resource references (#388) 2020-05-28 17:05:37 +08:00
taxonomy chore: refactor some code 2020-05-18 21:30:33 +08:00
404.html i18n: update i18n string format (#371) 2020-05-18 16:10:24 +08:00
index.html chore: refactor some code 2020-05-18 21:30:33 +08:00
index.json chore: refactor some code 2020-05-18 21:30:33 +08:00
index.rss.xml chore: refactor some code 2020-05-18 21:30:33 +08:00
robots.txt fix: wrong URL of JS and CSS files on baseURL (#249) 2020-04-22 21:34:38 +08:00
sitemap.xml feat(sitemap): improve priority (#392) 2020-05-29 11:09:06 +08:00