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:
Diffstat (limited to 'layouts/partials/head.html')
-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" . }}