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

github.com/ThemeTony/hugo-theme-tony.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/third-party/waline.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/third-party/waline.html b/layouts/partials/third-party/waline.html
index 64b0ef1..af823a9 100644
--- a/layouts/partials/third-party/waline.html
+++ b/layouts/partials/third-party/waline.html
@@ -3,5 +3,6 @@
Waline({
el: '#waline',
serverURL: '{{ .Site.Params.walineServerURL }}',
+ login: '{{ .Site.Params.walineLogin }}',
});
</script> \ No newline at end of file