diff options
author | Valentin Popov <info@valentineus.link> | 2018-05-15 14:41:35 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-05-15 14:41:35 +0300 |
commit | 90d1533a87df8b7dc237fbbcc99bf1cf53afd9c8 (patch) | |
tree | 63430b7f9281cc24d32bc43b04a21613b8f7f227 /_includes/head.html | |
parent | 82af2dcf5af1b6ff83ee04adf07c4ebb788563af (diff) | |
download | popov.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.html | 4 |
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 }}" /> |