We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052dd71 commit 014609cCopy full SHA for 014609c
_includes/head.html
@@ -16,6 +16,7 @@
16
<meta name="apple-mobile-web-app-title" content="{{ site.app_name }}">
17
<meta name="apple-mobile-web-app-capable" content="yes">
18
<meta name="apple-mobile-web-app-status-bar-style" content="black">
19
+ <meta name="mobile-web-app-capable" content="yes">
20
21
{% capture page_title %}{% if page.title %}{{ " · pv8.io" | prepend: page.title }}{% else %}{{ site.title }}{% endif %}{% endcapture %}
22
{% capture page_description %}{% if page.excerpt %}{{ page.excerpt | markdownify | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.meta.description }}{% endif %}{% endcapture %}
0 commit comments