diff options
author | amzrk2 | 2020-07-29 16:45:58 +0800 |
---|---|---|
committer | amzrk2 | 2020-07-29 16:45:58 +0800 |
commit | 9c6bc389d4394b1dfc4ed6b99b2454aee29ce836 (patch) | |
tree | a6fcefaaed1a0292e0871ca769ccd40acf56880f /layouts/partials/head.html | |
parent | f150b01203eaae487200a64207eaec97859e6868 (diff) | |
download | hugo-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.html | 2 |
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 }} |