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:
Diffstat (limited to 'layouts/partials/head_includes.html')
-rw-r--r--layouts/partials/head_includes.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html
index bcd6faa..14d8674 100644
--- a/layouts/partials/head_includes.html
+++ b/layouts/partials/head_includes.html
@@ -1,10 +1,10 @@
{{ if isset $.Site.Params "site_theme"}}
-<link href="{{ printf "/css/%s.css" $.Site.Params.site_theme | absURL}}" rel="stylesheet">
+<link href="{{ printf "css/%s.css" $.Site.Params.site_theme | absURL}}" rel="stylesheet">
{{ else }}
-<link href={{"/css/orange.css" | absURL }} rel="stylesheet">
+<link href={{"css/orange.css" | absURL }} rel="stylesheet">
{{ end }}
<link href="https://fonts.googleapis.com/css?family=Lato|Raleway" rel="stylesheet">
<!-- Custom CSS -->
{{ range .Site.Params.custom_css }}
- <link rel="stylesheet" href="/{{ . | absURL }}">
+ <link rel="stylesheet" href="{{ . | absURL }}">
{{ end }}