From 23c676635239d6b76d9bdcf28d88e85fada10cd8 Mon Sep 17 00:00:00 2001
From: amzrk2
Date: Fri, 18 Sep 2020 13:12:12 +0800
Subject: update: remove Gulp SCSS workflow
---
layouts/partials/head.html | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
(limited to 'layouts')
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 1bcdf85..993e1a9 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -30,13 +30,9 @@
{{ template "_internal/twitter_cards.html" . }}
{{ partial "styles.html" . }}
-{{ if .Site.Params.useHugoPipes }}
-{{ $options := (dict "targetPath" "assets/css/fuji-custom.min.css" "outputStyle" "compressed") }}
+{{ $options := (dict "targetPath" "assets/css/fuji.min.css" "outputStyle" "compressed") }}
{{ $style := resources.Get "scss/fuji.scss" | resources.ToCSS $options }}
-{{ else }}
-
-{{ end }}
{{ with .Site.Params.googleAdsense }}
{{ end}}
--
cgit v1.2.3