mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Don't load empty custom.css
This commit is contained in:
Vendored
+3
-1
@@ -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 }}/"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user