Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 5351a1a

Browse files
Remove extraneous meta tags from
charset already provided by sphinx_bootstrap X-UA-Compatible not required by IE 10+ viewport prevents user resizing - accessibility no no
1 parent d9400f8 commit 5351a1a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap

runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/layout.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,6 @@
229229
{% endmacro %}
230230

231231
{%- block extrahead %}
232-
<meta charset='utf-8'>
233-
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
234-
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
235232
<link rel="shortcut icon" href="/{{appname}}/static/favicon.ico" type="image/ico" />
236233

237234
<script type="text/javascript">

0 commit comments

Comments
 (0)