Skip to content

Commit

Permalink
Merge pull request #7695 from obulat/patch-1
Browse files Browse the repository at this point in the history
Add viewport meta tag for responsive layout
  • Loading branch information
tk0miya committed May 20, 2020
2 parents efc1c5e + 3e68d59 commit ff8c5c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sphinx/themes/basic/layout.html
Expand Up @@ -120,6 +120,7 @@ <h3>{{ _('Navigation') }}</h3>
{%- else %}
<meta http-equiv="Content-Type" content="text/html; charset={{ encoding }}" />
{%- endif %}
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{{- metatags }}
{%- block htmltitle %}
<title>{{ title|striptags|e }}{{ titlesuffix }}</title>
Expand Down

0 comments on commit ff8c5c3

Please sign in to comment.