From 12aefd99608907bb1fbc834433776bf507edfee5 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Mon, 8 Jun 2020 10:42:07 +0800 Subject: Load icons and prism asynchronously --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/partials/head.html') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 2d7362c..256792c 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -34,7 +34,7 @@ {{ if .Site.Params.mainAssetsCDN }} - + {{ else }} {{ if .Site.Params.useHugoPipes }} {{ $options := (dict "targetPath" "assets/css/fuji-custom.min.css" "outputStyle" "compressed") }} -- cgit v1.2.3 From 5f9a2b34b86cc11406b046c557ea86f18973af26 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Thu, 11 Jun 2020 20:30:31 +0800 Subject: Remove dist --- layouts/partials/head.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'layouts/partials/head.html') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 256792c..0603c4d 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -33,9 +33,6 @@ {{ template "_internal/twitter_cards.html" . }} -{{ if .Site.Params.mainAssetsCDN }} - -{{ else }} {{ if .Site.Params.useHugoPipes }} {{ $options := (dict "targetPath" "assets/css/fuji-custom.min.css" "outputStyle" "compressed") }} {{ $style := resources.Get "scss/fuji.scss" | resources.ToCSS $options }} @@ -43,7 +40,7 @@ {{ else }} {{ end }} -{{ end }} + {{ if .Params.playerURL }} {{ end }} -- cgit v1.2.3