summaryrefslogtreecommitdiffstats
path: root/layouts/partials/head.html
diff options
context:
space:
mode:
authoramzrk22020-06-08 10:42:07 +0800
committeramzrk22020-06-08 10:42:07 +0800
commit12aefd99608907bb1fbc834433776bf507edfee5 (patch)
tree6d59716fae2c26013e58756c0a93d0dcba71dd60 /layouts/partials/head.html
parente8d4288574e2c8309d77932f5ac511da8664ad41 (diff)
downloadhugo-theme-fuji-12aefd99608907bb1fbc834433776bf507edfee5.tar.gz
hugo-theme-fuji-12aefd99608907bb1fbc834433776bf507edfee5.tar.bz2
hugo-theme-fuji-12aefd99608907bb1fbc834433776bf507edfee5.zip
Load icons and prism asynchronously
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<!-- dep -->
{{ if .Site.Params.mainAssetsCDN }}
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/amzrk2/hugo-theme-fuji@2.0/dist/fuji.min.css" />
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/amzrk2/hugo-theme-fuji@2.0.0/dist/fuji.min.css" />
{{ else }}
{{ if .Site.Params.useHugoPipes }}
{{ $options := (dict "targetPath" "assets/css/fuji-custom.min.css" "outputStyle" "compressed") }}