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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcntrump <cntrump@gmail.com>2020-05-28 14:07:33 +0300
committerGitHub <noreply@github.com>2020-05-28 14:07:33 +0300
commit8420c36e77aeff9918ff9f0292fe981f4de3df5a (patch)
treebd65f2e11b29d78873cfbdd00e711e8639ff9bd0 /layouts
parent5459fe42b0cedeb50592ed424ed1a0e0dcb691ff (diff)
parentc4da71f6eb60c61289f25b2b644c27efb0a47fb6 (diff)
Merge branch 'master' into patch-2
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/style.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html
index a2b777d..71e0fae 100644
--- a/layouts/partials/style.html
+++ b/layouts/partials/style.html
@@ -66,7 +66,7 @@
{{- $coreCSS = slice $coreCSS $syntaxCSS | resources.Concat "css/tmp_core.css" -}}
{{- end -}}
-{{- $iconfontCSS := (resources.Get "css/iconfont.css") -}}
+{{- $iconfontCSS := (resources.Get "css/iconfont.css") | resources.ExecuteAsTemplate "css/tmp_iconfont.css" . -}}
{{- $coreCSS = slice $coreCSS $iconfontCSS | resources.Concat "css/tmp_iconfont_core.css" -}}
{{- with partial "custom-css.html" . -}}