Skip to content

Commit b392917

Browse files
committed
Don't load empty custom.css
1 parent 59c8a50 commit b392917

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/_templates/layout.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{% extends "!layout.html" %}
22

33
{%- block extrahead %}
4-
{{ super() }}
4+
{# 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" />
57

68
<link rel="canonical" href="http://docs.python-guide.org/{{ pagename }}/"/>
79

0 commit comments

Comments
 (0)