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

github.com/g1eny0ung/hugo-theme-dream.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 63147ef..5339f7a 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -136,7 +136,8 @@
new Valine({
el: '#vcomments',
appId: {{ .Site.Params.LEANCLOUD_APP_ID }},
- appKey: {{ .Site.Params.LEANCLOUD_APP_KEY }}
+ appKey: {{ .Site.Params.LEANCLOUD_APP_KEY }},
+ lang: {{ .Site.Params.VALINE_LANGUAGE }}
})
</script>
{{ end }}