Vimux / Binario

Responsive card-based & code-light Hugo theme
https://binario.netlify.app
MIT License
116 stars 53 forks source link

Remove X-UA-Compatible meta tag #88

Closed Vimux closed 12 months ago

Vimux commented 12 months ago

This PR removes the X-UA-Compatible meta tag as it is no longer needed. As of IE11, "document modes are deprecated and should no longer be used."

Background: This meta tag is only relevant to the Internet Explorer browser family. IE has different modes for displaying web pages, allowing you to view HTML pages using previous versions of rendering rules. IE=edge tells Internet Explorer to use the latest available document mode. However, it is a default mode (IE11) for the HTML5 doctype declaration.