Skip to content

Commit

Permalink
Remove duplicate viewport
Browse files Browse the repository at this point in the history
The basic theme already defines a viewpoint.

Co-authored-by: Nicolas Friedli <[email protected]>
  • Loading branch information
AA-Turner and nfriedli committed Jan 8, 2024
1 parent ec4505f commit 33826fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions alabaster/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
<link rel="apple-touch-icon" href="{{ pathto('_static/' ~ theme_touch_icon, 1) }}" />
{% endif %}
{% if theme_canonical_url %}
<link rel="canonical" href="{{ theme_canonical_url }}{{ pagename }}.html"/>
<link rel="canonical" href="{{ theme_canonical_url }}{{ pagename }}.html" />
{% endif %}
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
{% endblock %}

{# top+bottom related navs; we also have our own in sidebar #}
Expand Down

0 comments on commit 33826fc

Please sign in to comment.