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

github.com/jeremybise/twentynineteen-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-16 19:48:02 +0300
committerJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-16 19:48:02 +0300
commit42f2c2479cc20f221353be2a2addc9df567b5a13 (patch)
tree9ce24860107a4b180a85601112915448e4f1353b
parent990f58c70adde77af039fe4588077fb55241bfb9 (diff)
messing with css options
-rw-r--r--layouts/_default/baseof.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index e2456d4..a60e1ff 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -8,8 +8,8 @@
{{ $themeScss := "scss/main.scss" }}
{{ $options := (dict "targetPath" "css/main.css" "outputStyle" "compressed") }}
- {{ $themeCss := resources.Get $themeScss | resources.ExecuteAsTemplate $themeScss . | toCSS $options | fingerprint }}
- <link rel="stylesheet" href="{{ $themeCss.Permalink }}">
+ {{ $themeCss := resources.Get $themeScss | resources.ExecuteAsTemplate $themeScss . | toCSS $options }}
+ <link rel="stylesheet" href="{{ $themeCss.RelPermalink }}">
<link rel="stylesheet" href="/syntax.css" rel="stylesheet" />