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

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/meta.html')
-rw-r--r--layouts/partials/meta.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html
index 0edfb38..3fa7c7f 100644
--- a/layouts/partials/meta.html
+++ b/layouts/partials/meta.html
@@ -15,6 +15,10 @@
{{ else }}
<link rel="stylesheet" href="/css/ui.min.css"/>
{{ end }}
+
+ {{ range .Site.Params.CustomCSS }}
+ <link rel="stylesheet" href="{{ . }}"/>
+ {{ end }}
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Mono|Lato|Raleway">