We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c8a50 commit b392917Copy full SHA for b392917
docs/_templates/layout.html
@@ -1,7 +1,9 @@
1
{% extends "!layout.html" %}
2
3
{%- block extrahead %}
4
- {{ super() }}
+ {# No super() because we want to avoid loading an empty custom.css file #}
5
+
6
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
7
8
<link rel="canonical" href="http://docs.python-guide.org/{{ pagename }}/"/>
9
0 commit comments