Loadable styles

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-05-15 15:41:35 +04:00
parent 82af2dcf5a
commit 90d1533a87
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -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 }}" />