mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-20 12:52:19 +01:00
af484dc12c
`shrink-to-fit=no` is not needed anymore - Apple removed the need for it from iOS9.3 onwards See https://www.scottohara.me/blog/2018/12/11/shrink-to-fit.html and https://github.com/h5bp/html5-boilerplate/issues/2102
19 lines
622 B
HTML
19 lines
622 B
HTML
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="{{ page.description | default: site.description | smartify }}">
|
|
<meta name="author" content="{{ site.authors }}">
|
|
<meta name="generator" content="Jekyll v{{ jekyll.version }}">
|
|
|
|
<title>
|
|
{%- if page.title -%}
|
|
{{ page.title | smartify }} · {{ site.title | smartify }}
|
|
{%- else -%}
|
|
{{ site.title | smartify }} · {{ site.description | smartify }}
|
|
{%- endif -%}
|
|
</title>
|
|
|
|
{% include stylesheet.html %}
|
|
{% include favicons.html %}
|
|
{% include social.html %}
|
|
{% include analytics.html %}
|