_includes/themes/jmblog-theme/components/head.html in jmblog-theme-0.1.2 vs _includes/themes/jmblog-theme/components/head.html in jmblog-theme-1.0
- old
+ new
@@ -1,10 +1,12 @@
<title>{{ page.title }} | {{site.title}}</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
+ {% comment %} <meta name="viewport" content="width=device-width, initial-scale=1"> {% endcomment %}
+ <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0" />
+ <meta name="apple-mobile-web-app-capable" content="yes" />
{% include themes/jmblog-theme/components/analytics/googletagmanager_head.html %}
<!-- <script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script> -->
<link rel="preload" href="/assets/fonts/Cardo/Cardo-Regular.woff2" as="font" crossorigin>