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

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/styles-hugo.html')
-rw-r--r--layouts/partials/styles-hugo.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/partials/styles-hugo.html b/layouts/partials/styles-hugo.html
index d39c3fd..f5d5ba5 100644
--- a/layouts/partials/styles-hugo.html
+++ b/layouts/partials/styles-hugo.html
@@ -5,8 +5,9 @@
{{ $single := resources.Get "css/single.css" }}
{{ $list := resources.Get "css/list.css" }}
{{ $medias := resources.Get "css/media-queries.css" }}
-{{ $bundle := slice $reset $base $common $style $single $list $medias | resources.Concat "css/bundle.css" }}
+{{ $custom := resources.Get "css/custom.css" }}
+{{ $bundle := slice $reset $base $common $style $single $list $medias $custom | resources.Concat "css/bundle.css" }}
{{ $css := $bundle | resources.Minify }}
-<link rel="stylesheet" href="{{ $css.Permalink }}"> \ No newline at end of file
+<link rel="stylesheet" href="{{ $css.Permalink }}">