Corrected header file
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
4d85d19e6a
commit
a28dacb417
@ -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,7 +18,8 @@
|
||||
<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/bootstrap/3.3.7/css/bootstrap.min.css' | relative_url | uri_escape }}" type="text/css" />
|
||||
<link rel="stylesheet" href="{{ '/assets/bootstrap/3.3.7/css/bootstrap-theme.min.css' | relative_url | uri_escape }}" type="text/css" />
|
||||
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url | uri_escape }}" />
|
||||
|
||||
<!-- Favicon -->
|
||||
|
Loading…
Reference in New Issue
Block a user