diff options
author | dsrkafuu | 2022-12-23 09:34:22 +0800 |
---|---|---|
committer | dsrkafuu | 2022-12-23 09:34:22 +0800 |
commit | 92fe789b68bd80708923954ae64408234b141d1b (patch) | |
tree | cace42a95403740cb19ee43082dacf9a6cc9beab /layouts/partials/comment-disqusjs.html | |
parent | 22bc4782fe14e031f75e3199f525adbf355fe5ee (diff) | |
parent | 564ef0171b643743ae5f044d0524785d40d481e9 (diff) | |
download | hugo-theme-fuji-92fe789b68bd80708923954ae64408234b141d1b.tar.gz hugo-theme-fuji-92fe789b68bd80708923954ae64408234b141d1b.tar.bz2 hugo-theme-fuji-92fe789b68bd80708923954ae64408234b141d1b.zip |
Merge branch 'Saftius-asset-integrity-checks'
Diffstat (limited to 'layouts/partials/comment-disqusjs.html')
-rw-r--r-- | layouts/partials/comment-disqusjs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/comment-disqusjs.html b/layouts/partials/comment-disqusjs.html index 18d1d82..af5bd3d 100644 --- a/layouts/partials/comment-disqusjs.html +++ b/layouts/partials/comment-disqusjs.html @@ -3,7 +3,7 @@ <i class="iconfont icon-chatbox-ellipses-sharp"></i> {{ i18n "postComment" }} </span> <div id="disqus_thread" style="display: none;"></div> - <script src="https://cdn.jsdelivr.net/npm/disqusjs@1.3.0/dist/disqus.js"></script> + <script src="https://cdn.jsdelivr.net/npm/disqusjs@1.3.0/dist/disqus.js" integrity="sha512-j5DrA9cH4ZMlbjZYukrp7SmVHevVXxIDueolM1HqajB1sZVjC9HhpOpQLIVthQEmoRk08nq5jWWQV07hJZuWDw==" crossorigin="anonymous"></script> <script> function loadComment() { document.querySelector('#disqus_thread').removeAttribute('style'); |