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

github.com/pavel-pi/kiss-em.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Buquet <pep+code@bouah.net>2018-04-09 08:02:18 +0300
committerEmir Ribić <ribice@gmail.com>2018-04-09 08:02:18 +0300
commit985c55245d4b5cb84ece5e6f26d4a38a08a9286f (patch)
tree8b6e6ac37290c3cede4f2dc92253a325c0fcb96c /layouts
parentd91f46c9e5d5fd265a7be151df8a6f6005f79090 (diff)
Fix stylesheet URL (#21)
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index a55ca9d..a560f99 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -11,7 +11,7 @@
{{ if .Site.Params.Info.enableSocial }}
{{- partial "social/opengraph" . -}}
{{ end }}
-<link rel="stylesheet" href="{{ .Site.BaseURL }}css/style.css"/>
+<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/style.css"/>
{{- range .Site.Params.Assets.customCSS -}}
<link rel='stylesheet' href='{{ . | absURL }}'>
{{- end -}}