Skip to content

Commit 4a86ef5

Browse files
author
Zakaria Zajac
committed
Added some helpful html5boilerplate stuff. Removed favicons block
1 parent 06d53c8 commit 4a86ef5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

flask_foundation/templates/foundation_base.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
<head>
1212
{% block head %}
1313
<meta charset="utf-8" />
14+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
1415
<title>{% block title %}{{title}}{% endblock %}</title>
1516
{% block meta %}
16-
<meta name="viewport" content="width=device-width" />
17+
<meta name="viewport" content="width=device-width" /><meta charset="utf-8">
1718
{% endblock %}
1819

1920
{% block foundation_styles %}
@@ -44,9 +45,6 @@
4445
{% endblock %}
4546
{% endif %}
4647

47-
{% block favicons %}
48-
{% endblock %}
49-
5048
{% endblock %}
5149
</head>
5250
<body>

0 commit comments

Comments
 (0)