summaryrefslogtreecommitdiffstats
path: root/layouts/partials
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/head.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index d4b2a82..3d5eb50 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -46,4 +46,9 @@
<meta name="description" content="{{ $description }}">
<meta property="og:description" content="{{ .Site.Params.Description }}">
<meta property="og:type" content="website">
+
+ <!-- CSS link -->
+ {{ $sass := resources.Get "sass/style.scss" -}}
+ {{ $style := $sass | resources.ToCSS | resources.Minify | resources.Fingerprint -}}
+ <link rel="stylesheet" href="{{ $style.RelPermalink }}">
</head>