Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb392917

Browse files
committed
Don't load empty custom.css
1 parent59c8a50 commitb392917

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+
<metaname="viewport"content="width=device-width, initial-scale=0.9, maximum-scale=0.9"/>
57

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp