diff options
| author | amzrk2 | 2020-04-23 13:23:34 +0800 |
|---|---|---|
| committer | amzrk2 | 2020-04-23 13:23:34 +0800 |
| commit | e70742788897138cfb971f78618641a4190707f4 (patch) | |
| tree | 7ce5ece4d06c36f650d3eca0213ef295d08b6599 /layouts/partials/scripts.html | |
| parent | 77ec19755260ec2e65ef284a63d28129c42d70dc (diff) | |
| download | hugo-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.html | 3 |
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"); } }); }); |
