summaryrefslogtreecommitdiffstats
path: root/layouts/partials/head.html
diff options
context:
space:
mode:
authoramzrk22020-07-29 16:45:58 +0800
committeramzrk22020-07-29 16:45:58 +0800
commit9c6bc389d4394b1dfc4ed6b99b2454aee29ce836 (patch)
treea6fcefaaed1a0292e0871ca769ccd40acf56880f /layouts/partials/head.html
parentf150b01203eaae487200a64207eaec97859e6868 (diff)
downloadhugo-theme-fuji-9c6bc389d4394b1dfc4ed6b99b2454aee29ce836.tar.gz
hugo-theme-fuji-9c6bc389d4394b1dfc4ed6b99b2454aee29ce836.tar.bz2
hugo-theme-fuji-9c6bc389d4394b1dfc4ed6b99b2454aee29ce836.zip
Switch icons to iconfont
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 85f008e..1bcdf85 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -40,8 +40,6 @@
{{ 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 }}