summaryrefslogtreecommitdiffstats
path: root/layouts/partials/scripts.html
diff options
context:
space:
mode:
authoramzrk22020-04-23 13:23:34 +0800
committeramzrk22020-04-23 13:23:34 +0800
commite70742788897138cfb971f78618641a4190707f4 (patch)
tree7ce5ece4d06c36f650d3eca0213ef295d08b6599 /layouts/partials/scripts.html
parent77ec19755260ec2e65ef284a63d28129c42d70dc (diff)
downloadhugo-theme-fuji-e70742788897138cfb971f78618641a4190707f4.tar.gz
hugo-theme-fuji-e70742788897138cfb971f78618641a4190707f4.tar.bz2
hugo-theme-fuji-e70742788897138cfb971f78618641a4190707f4.zip
Pagination adjustment
Diffstat (limited to 'layouts/partials/scripts.html')
-rw-r--r--layouts/partials/scripts.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html
index 8294611..a6dc367 100644
--- a/layouts/partials/scripts.html
+++ b/layouts/partials/scripts.html
@@ -41,8 +41,7 @@
$(function () {
Modernizr.on("webp", function (result) {
if (!result) {
- $('<blockquote><p>{{ i18n "webpCheckerFront" }}<a href="https://caniuse.com/#feat=webp" target="_blank">WebP</a>{{ i18n "webpCheckerEnd" }}</p></blockquote>')
- .replaceAll("#content img");
+ $('<blockquote><p>{{ i18n "webpCheckerFront" }}<a href="https://caniuse.com/#feat=webp" target="_blank">WebP</a>{{ i18n "webpCheckerEnd" }}</p></blockquote>').replaceAll("#content img");
}
});
});