Remove unneeded HandheldFriendly and MobileOptimized meta tags (#1837)

Fixes: #1835
This commit is contained in:
Christian Oliff 2018-09-17 07:16:47 +09:00 committed by Michael Rose
parent 7869947455
commit adfbe8622b

View file

@ -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>
@ -40,4 +38,4 @@
{% endif %}
<script src="{{ script_path }}"></script>
{% endfor %}
{% endif %}
{% endif %}