From 7f391e070f69ecf01ade7916c0f83df099b11d79 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Wed, 27 Apr 2022 00:56:19 +0200 Subject: Reformat a bit layout structure --- layouts/partials/styles.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 layouts/partials/styles.html (limited to 'layouts/partials/styles.html') 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 -}} + -- cgit v1.2.3