aboutsummaryrefslogtreecommitdiff
path: root/_includes/head.html
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-05-15 14:41:35 +0300
committerValentin Popov <info@valentineus.link>2018-05-15 14:41:35 +0300
commit90d1533a87df8b7dc237fbbcc99bf1cf53afd9c8 (patch)
tree63430b7f9281cc24d32bc43b04a21613b8f7f227 /_includes/head.html
parent82af2dcf5af1b6ff83ee04adf07c4ebb788563af (diff)
downloadpopov.link-90d1533a87df8b7dc237fbbcc99bf1cf53afd9c8.tar.xz
popov.link-90d1533a87df8b7dc237fbbcc99bf1cf53afd9c8.zip
Loadable styles
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_includes/head.html')
-rw-r--r--_includes/head.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/_includes/head.html b/_includes/head.html
index ed80a66..cd01190 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -18,9 +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/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 }}" />
+ <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 }}" />