Don't load empty custom.css

This commit is contained in:
Dan Bader
2018-07-16 13:28:17 -07:00
parent 59c8a507f6
commit b3929171a5
+3 -1
View File
@@ -1,7 +1,9 @@
{% extends "!layout.html" %}
{%- block extrahead %}
{{ super() }}
{# No super() because we want to avoid loading an empty custom.css file #}
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
<link rel="canonical" href="http://docs.python-guide.org/{{ pagename }}/"/>