mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-24 15:30:44 +03:00
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:
parent
2bedcb6e6e
commit
932ec5dd44
|
@ -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="">
|
||||
|
|
Loading…
Reference in New Issue
Block a user