summaryrefslogtreecommitdiffstats
path: root/layouts/partials/head.html
diff options
context:
space:
mode:
authoramzrk22020-07-07 21:40:03 +0800
committeramzrk22020-07-07 21:40:03 +0800
commit7da818e69b76ff6764157da75137de69feadb7ce (patch)
tree6a7c17804675f52cf6d68261f59da448020af8c6 /layouts/partials/head.html
parent39b230d730c44e9463c6c83ea7f81851a2048a5b (diff)
downloadhugo-theme-fuji-7da818e69b76ff6764157da75137de69feadb7ce.tar.gz
hugo-theme-fuji-7da818e69b76ff6764157da75137de69feadb7ce.tar.bz2
hugo-theme-fuji-7da818e69b76ff6764157da75137de69feadb7ce.zip
Fix medium-zoom
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 1bcdf85..85f008e 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -40,6 +40,8 @@
{{ with .Site.Params.googleAdsense }}
<script async data-ad-client="ca-pub-{{ . }}" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
{{ end}}
+<script async type="module" src="https://cdn.jsdelivr.net/npm/ionicons@5.0.1/dist/ionicons/ionicons.esm.js"></script>
+<script async nomodule src="https://cdn.jsdelivr.net/npm/ionicons@5.0.1/dist/ionicons/ionicons.js"></script>
{{ if .Params.player }}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aplayer@1.10.1/dist/APlayer.min.css" />
{{ end }}