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:
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index c77986f..aa7c9b2 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -128,8 +128,11 @@
{{ end }}
{{ if and (.Site.Params.walineServer) (.IsPage) }}
-<script src="//cdn.jsdelivr.net/npm/@waline/client/dist/Waline.min.js"></script>
-
+<script src="https://unpkg.com/@waline/client@v2/dist/waline.js"></script>
+ <link
+ rel="stylesheet"
+ href="https://unpkg.com/@waline/client@v2/dist/waline.css"
+ />
{{ end }}
<!-- head custom -->