diff options
Diffstat (limited to '_includes/head.html')
| -rw-r--r-- | _includes/head.html | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/_includes/head.html b/_includes/head.html index e7766cb..cd01190 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,6 +1,6 @@  <head>    <!-- Meta tags --> -  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" /> +  <meta name="viewport" content="initial-scale=1.0, maximum-scale=1, shrink-to-fit=no, width=device-width" />    <meta http-equiv="content-type" content="text/html; charset=utf-8" />    <meta http-equiv="X-UA-Compatible" content="IE=edge" />    <link rel="canonical" href="{{ page.url | absolute_url | uri_escape }}" /> @@ -18,8 +18,7 @@    <title>{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncate: 64 | xml_escape }}</title>    <!-- CSS --> -  <link rel="stylesheet" href="{{ '/assets/css/fonts.css' | relative_url | uri_escape }}" /> -  <link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url | uri_escape }}" /> +  <link rel="stylesheet" href="{{ '/assets/css/styles.css' | relative_url | uri_escape }}" />    <!-- Favicon -->    <link rel="apple-touch-icon" sizes="180x180" href="{{ '/assets/apple-touch-icon.png' | relative_url | uri_escape }}" /> @@ -30,6 +29,6 @@    <link rel="alternate" type="application/atom+xml" title="RSS" href="{{ site.rss | relative_url | uri_escape }}" />    <!--[if lte IE 9]> -    <script type="text/javascript" src="{{ '/assets/javascript/html5shiv.min.js' | relative_url | uri_escape }}"></script> +    <script type="text/javascript" src="{{ '/assets/javascript/html5shiv-3.7.3.min.js' | relative_url | uri_escape }}"></script>    <![endif]-->  </head> | 
