mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
Make it cover the full width on iPhone X
This commit is contained in:
parent
9a53b38d6e
commit
152183a78a
@ -7,7 +7,7 @@
|
||||
{% capture description %}{% if page.description %}{{ page.description }}{% else %}{{ content | raw_content }}{% endif %}{% endcapture %}
|
||||
<meta name="description" content="{{ site.description | strip_html | strip_newlines | truncate:150 }}">
|
||||
{% if page.keywords %}<meta name="keywords" content="{{ page.keywords }}">{% endif %}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover">
|
||||
|
||||
<!-- Links -->
|
||||
<link rel="alternate" type="application/atom+xml" title="{{site.title}}" href="{{ site.url }}{{ site.subscribe_rss }}">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user