summaryrefslogtreecommitdiffstats
path: root/layouts/partials
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/head.html6
1 files changed, 1 insertions, 5 deletions
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" . }}
<!-- dep -->
{{ 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 }}
<link rel="stylesheet" href="{{ $style.Permalink }}" />
-{{ else }}
-<link rel="stylesheet" href="{{ "/assets/css/fuji.min.css" | relURL }}" />
-{{ end }}
{{ with .Site.Params.googleAdsense }}
<script async data-ad-client="ca-pub-{{ . }}" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
{{ end}}