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

github.com/vantagedesign/ace-documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian <julian@vantage-design.com>2020-04-23 10:59:33 +0300
committerJulian <julian@vantage-design.com>2020-05-11 15:43:27 +0300
commita2bd62de517fb891e6356b464777380c0c908d9b (patch)
tree139ced9e1a83e89d7e1319790e28148549463d83 /layouts
parent1b9250565671ea7bed391011af339ca90ad3e5a9 (diff)
Fixed resources folder for non-extended build
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 4524afd..e2b6a5a 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -14,8 +14,8 @@
<!-- Load stylesheet -->
<link href="{{ .Site.BaseURL }}css/fontawesome.min.css" rel="stylesheet">
- {{ $style := resources.Get "css/ace.scss" | toCSS (dict "targetPath" "css/ace.css" "enableSourceMap" false) }}
- <link rel="stylesheet" href="{{ ($style | minify | fingerprint).RelPermalink }}">
+ {{ $style := resources.Get "css/ace.scss" | toCSS | minify }}
+ <link rel="stylesheet" href="{{ $style.Permalink }}">
{{ template "_internal/google_analytics_async.html" . }}