Skip to content

Commit

Permalink
Remove unneeded HandheldFriendly and MobileOptimized meta tags (#1837)
Browse files Browse the repository at this point in the history
Fixes: #1835
  • Loading branch information
coliff authored and mmistakes committed Sep 16, 2018
1 parent 7869947 commit adfbe86
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<link href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %}" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed">

<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<script>
Expand Down Expand Up @@ -40,4 +38,4 @@
{% endif %}
<script src="{{ script_path }}"></script>
{% endfor %}
{% endif %}
{% endif %}

0 comments on commit adfbe86

Please sign in to comment.