From 3f901f09c7be956e5ccee99a6202d51ca361193d Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Wed, 6 Sep 2023 18:03:23 +0200 Subject: update tachyons usage --- layouts/partials/head.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 8a87f41..2cd7196 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -2,8 +2,9 @@ - {{ $styles := resources.Get "scss/style.scss" | resources.ToCSS | resources.Minify }} - + {{ with resources.Get "scss/style.scss" | resources.ToCSS (dict "includePaths" (slice "node_modules") "targetPath" "static/css/style.css") | resources.Minify | fingerprint }} + + {{ end }} {{ $title := print .Site.Title " | " .Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} -- cgit v1.2.3