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

github.com/cowboysmall-tools/hugo-devresume-theme.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.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index da67d2c..5217803 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -12,5 +12,7 @@
<!-- Google Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900">
- <!-- Theme CSS -->
- <link rel="stylesheet" href="{{ .Site.BaseURL }}assets/css/devresume.css" id="theme-style">
+ <!-- Theme SCSS -->
+ {{ $options := (dict "targetPath" "assets/css/devresume.css") }}
+ {{ $style := resources.Get "scss/devresume.scss" | toCSS $options | minify | fingerprint }}
+ <link rel="stylesheet" href="{{ $style.Permalink }}">