Skip to content

Commit 9d3fc1f

Browse files
authored
Merge pull request #146 from python/revert-141-miketheman/layout
2 parents 18821f3 + fc8a8bd commit 9d3fc1f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

python_docs_theme/layout.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,12 @@ <h3>{{ _('Navigation') }}</h3>
8282
{{ super() }}
8383
{%- endblock -%}
8484

85-
{%- block document %}
85+
{%- block css -%}
86+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
87+
{{ super() }}
88+
{%- endblock -%}
89+
90+
{%- block body_tag %}
8691
{{ super() }}
8792
{%- if builder != 'htmlhelp' %}
8893
<div class="mobile-nav">

0 commit comments

Comments
 (0)