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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/head/css.html')
-rw-r--r--layouts/partials/head/css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head/css.html b/layouts/partials/head/css.html
index ee8046a..53753a7 100644
--- a/layouts/partials/head/css.html
+++ b/layouts/partials/head/css.html
@@ -12,5 +12,5 @@
<!-- Custom css -->
{{ range .Site.Params.customCSS -}}
- <link rel="stylesheet" href="{{ . | relURL }}">
+ <link rel="stylesheet" href="{{ . | absURL }}">
{{- end }}