summaryrefslogtreecommitdiffstats
path: root/layouts/partials
diff options
context:
space:
mode:
authordsrkafuu2021-06-09 10:25:29 +0800
committerdsrkafuu2021-06-09 10:25:29 +0800
commita138423ec2588d76a96f90fdcd8d9606276355e3 (patch)
treec4afae16ad3253e5a4fe1ff4a3253ec149c568d4 /layouts/partials
parent88cf3501a14873a33c888b6ecc8f1e2fe365c431 (diff)
downloadhugo-theme-fuji-a138423ec2588d76a96f90fdcd8d9606276355e3.tar.gz
hugo-theme-fuji-a138423ec2588d76a96f90fdcd8d9606276355e3.tar.bz2
hugo-theme-fuji-a138423ec2588d76a96f90fdcd8d9606276355e3.zip
build: update deps
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/analytic-cfga.html2
-rw-r--r--layouts/partials/analytic-gtag.html2
-rw-r--r--layouts/partials/comment-disqus.html2
-rw-r--r--layouts/partials/comment-disqusjs.html4
-rw-r--r--layouts/partials/favicon.html2
-rw-r--r--layouts/partials/head.html4
-rw-r--r--layouts/partials/math.html6
-rw-r--r--layouts/partials/scripts-end.html4
-rw-r--r--layouts/partials/scripts-front.html2
-rw-r--r--layouts/partials/sidebar.html4
-rw-r--r--layouts/partials/styles.html2
11 files changed, 17 insertions, 17 deletions
diff --git a/layouts/partials/analytic-cfga.html b/layouts/partials/analytic-cfga.html
index d1e52af..fa93ede 100644
--- a/layouts/partials/analytic-cfga.html
+++ b/layouts/partials/analytic-cfga.html
@@ -4,4 +4,4 @@
window.ga_api = '{{ .Site.Params.googleAnalyticsRoute }}';
</script>
<script async src="https://cdn.jsdelivr.net/npm/cfga@1.0.3/cfga.min.js"></script>
-{{ end }} \ No newline at end of file
+{{ end }}
diff --git a/layouts/partials/analytic-gtag.html b/layouts/partials/analytic-gtag.html
index f851745..d39e550 100644
--- a/layouts/partials/analytic-gtag.html
+++ b/layouts/partials/analytic-gtag.html
@@ -10,4 +10,4 @@
gtag('config', '{{ . }}');
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id={{ . }}"></script>
-{{ end }} \ No newline at end of file
+{{ end }}
diff --git a/layouts/partials/comment-disqus.html b/layouts/partials/comment-disqus.html
index 32ecc5d..625c203 100644
--- a/layouts/partials/comment-disqus.html
+++ b/layouts/partials/comment-disqus.html
@@ -18,4 +18,4 @@
document.querySelector('span.post-comment-notloaded').setAttribute('style', 'display: none;');
}
</script>
-</div> \ No newline at end of file
+</div>
diff --git a/layouts/partials/comment-disqusjs.html b/layouts/partials/comment-disqusjs.html
index 76bc099..18d1d82 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>&nbsp;{{ i18n "postComment" }}
</span>
<div id="disqus_thread" style="display: none;"></div>
- <script src="https://cdn.jsdelivr.net/npm/disqusjs@1.3/dist/disqus.js"></script>
+ <script src="https://cdn.jsdelivr.net/npm/disqusjs@1.3.0/dist/disqus.js"></script>
<script>
function loadComment() {
document.querySelector('#disqus_thread').removeAttribute('style');
@@ -19,4 +19,4 @@
document.querySelector('span.post-comment-notloaded').setAttribute('style', 'display: none;');
}
</script>
-</div> \ No newline at end of file
+</div>
diff --git a/layouts/partials/favicon.html b/layouts/partials/favicon.html
index 3dabd7d..87d5215 100644
--- a/layouts/partials/favicon.html
+++ b/layouts/partials/favicon.html
@@ -1 +1 @@
-<link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/dsrkafuu/dsr-cdn@1/images/favicons/dsrca/favicon.ico" />
+<link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/dsrkafuu/dsr-cdn-main@1/images/favicons/dsrca.ico" />
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index c9f194a..7dedc44 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -43,7 +43,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aplayer@1.10.1/dist/APlayer.min.css" />
{{ end }}
{{ if .Site.Params.useDisqusJS }}
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/disqusjs@1.3/dist/disqusjs.css" />
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/disqusjs@1.3.0/dist/disqusjs.css" />
{{ end }}
{{ partial "analytic-gtag.html" . }}
-{{ partial "analytic-cfga.html" . }} \ No newline at end of file
+{{ partial "analytic-cfga.html" . }}
diff --git a/layouts/partials/math.html b/layouts/partials/math.html
index 79be746..90409a8 100644
--- a/layouts/partials/math.html
+++ b/layouts/partials/math.html
@@ -1,7 +1,7 @@
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.css" />
-<script defer src="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.js"></script>
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.13.11/dist/katex.min.css" />
+<script defer src="https://cdn.jsdelivr.net/npm/katex@0.13.11/dist/katex.min.js"></script>
<script
defer
- src="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/contrib/auto-render.min.js"
+ src="https://cdn.jsdelivr.net/npm/katex@0.13.11/dist/contrib/auto-render.min.js"
onload="renderMathInElement(document.body);"
></script>
diff --git a/layouts/partials/scripts-end.html b/layouts/partials/scripts-end.html
index 82388cf..11329ef 100644
--- a/layouts/partials/scripts-end.html
+++ b/layouts/partials/scripts-end.html
@@ -4,7 +4,7 @@
{{ else if eq .Section "archives" }}
{{ else }}
<script defer src="https://cdn.jsdelivr.net/npm/medium-zoom@1.0.6/dist/medium-zoom.min.js"></script>
-<script defer src="https://cdn.jsdelivr.net/npm/lazysizes@5.3.0/lazysizes.min.js"></script>
+<script defer src="https://cdn.jsdelivr.net/npm/lazysizes@5.3.2/lazysizes.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/components/prism-core.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js"></script>
{{ end }}
@@ -61,4 +61,4 @@
}
});
</script>
-{{ end }} \ No newline at end of file
+{{ end }}
diff --git a/layouts/partials/scripts-front.html b/layouts/partials/scripts-front.html
index c802702..c28912a 100644
--- a/layouts/partials/scripts-front.html
+++ b/layouts/partials/scripts-front.html
@@ -10,4 +10,4 @@
document.body.setAttribute('data-theme', fujiThemeData === 'dark' ? 'dark' : 'light');
}
}
-</script> \ No newline at end of file
+</script>
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 1d6ae92..d0d0db9 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -48,8 +48,8 @@
<div class="sidebar-item sidebar-bgm">
<h3>{{ i18n "sidebarBangumiChart" }}</h3>
<img class="lazyload" src="{{ $.Site.Params.lazyPlaceholder | relURL }}"
- data-src="https://bgm.tv/chart/img/{{ . }}" alt="Bangumi ε›Ύεƒζ¦œε•" />
+ data-src="https://bgm.tv/chart/img/{{ . }}" alt="Bangumi" />
</div>
{{ end }}
{{ end }}
-</aside> \ No newline at end of file
+</aside>
diff --git a/layouts/partials/styles.html b/layouts/partials/styles.html
index cc6d930..5e8fd34 100644
--- a/layouts/partials/styles.html
+++ b/layouts/partials/styles.html
@@ -10,4 +10,4 @@
filter: brightness(60%);
}
</style>
-{{ end }} \ No newline at end of file
+{{ end }}