Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2019-11-20 14:41:09 +0300
committerMatt Stratton <matt.stratton@gmail.com>2019-11-20 14:41:09 +0300
commit6e0564c51fdb5646f4b2635731363fc49ae124a9 (patch)
tree5247144921d5bf2e62257533810a8423608471a9
parentf7f3d99949354216b2a0a0df19c5a89f0644c525 (diff)
Make all.css use absURL
-rw-r--r--layouts/partials/head_includes.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html
index 825485d..fa2a583 100644
--- a/layouts/partials/head_includes.html
+++ b/layouts/partials/head_includes.html
@@ -13,5 +13,6 @@
{{ range .Site.Params.custom_css }}
<link rel="stylesheet" href="{{ . | absURL }}">
{{ end }}
-<link href="/css/all.css" rel="stylesheet"> <!--load all styles -->
+<link href={{"css/all.css" | absURL }} rel="stylesheet">
+