summaryrefslogtreecommitdiffstats
path: root/layouts/partials/styles.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/styles.html')
-rw-r--r--layouts/partials/styles.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/styles.html b/layouts/partials/styles.html
new file mode 100644
index 0000000..5cc2dbd
--- /dev/null
+++ b/layouts/partials/styles.html
@@ -0,0 +1,3 @@
+{{- $sass := resources.Get "sass/style.scss" -}}
+{{- $style := $sass | resources.ToCSS | resources.Minify | resources.Fingerprint -}}
+<link rel="stylesheet" href="{{ $style.RelPermalink }}">