Add meta x-ua-compatible in the rendered base.html

See more:
* https://github.com/h5bp/html5-boilerplate/blob/master/src/doc/html.md#x-ua-compatible
This commit is contained in:
Saurabh Kumar 2015-05-09 23:51:48 +05:30
parent 2bedcb6e6e
commit 932ec5dd44

View File

@ -2,6 +2,7 @@
<html lang="en" ng-app>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>{% block title %}{% endraw %}{{ cookiecutter.project_name }}{% raw %}{% endblock title %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">