Loadable styles
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
82af2dcf5a
commit
90d1533a87
@ -18,9 +18,7 @@
|
|||||||
<title>{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncate: 64 | xml_escape }}</title>
|
<title>{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncate: 64 | xml_escape }}</title>
|
||||||
|
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<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/css/styles.css' | relative_url | uri_escape }}" />
|
||||||
<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 -->
|
<!-- Favicon -->
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/assets/apple-touch-icon.png' | relative_url | uri_escape }}" />
|
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/assets/apple-touch-icon.png' | relative_url | uri_escape }}" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user