From 02c3891865c7741b8f772aea75cc01564d2f0ff4 Mon Sep 17 00:00:00 2001
From: amzrk2
Date: Mon, 1 Jun 2020 15:44:04 +0800
Subject: Remove jQuery
---
layouts/partials/head.html | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
(limited to 'layouts/partials/head.html')
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 7141a40..bf6e1bf 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -33,12 +33,7 @@
{{ template "_internal/twitter_cards.html" . }}
-{{ $sass := resources.Get "scss/fuji.scss" }}
-{{ $options := (dict "targetPath" "assets/css/fuji.min.css" "outputStyle" "compressed" "enableSourceMap" true) }}
-{{ $style := $sass | resources.ToCSS $options }}
-
-
-
+
{{ if .Params.playerURL }}
--
cgit v1.2.3