Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmazingRise <8315221+AmazingRise@users.noreply.github.com>2022-04-14 16:28:32 +0300
committerAmazingRise <8315221+AmazingRise@users.noreply.github.com>2022-04-14 16:28:32 +0300
commitbf8f0030991b107a3efcb51090108741ed9a6aff (patch)
tree51c77719802fe067698d54ef2dd38b5c8ebaa390
parentf004346d38ad3174bccead52f2e59821845b3b6f (diff)
Updated Twikoo version (#117)
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 8b5c310..36cc6b5 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -124,7 +124,7 @@
{{ end }}
{{ if and (.Site.Params.enableTwikoo) (.IsPage) }}
-<script src="https://cdn.jsdelivr.net/npm/twikoo@1.3.0/dist/twikoo.all.min.js"></script>
+<script src="https://cdn.jsdelivr.net/npm/twikoo@1.5.3/dist/twikoo.all.min.js"></script>
{{ end }}
{{ if and (.Site.Params.walineServer) (.IsPage) }}