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>2021-07-06 05:50:42 +0300
committeramazingrise <8315221+AmazingRise@users.noreply.github.com>2021-07-06 05:50:42 +0300
commit6484ed379fc1b87dcfd32816f48619561a280139 (patch)
tree11851462c6745d304bf849bc0f6ff90eb64c467b /layouts
parent2d595c68f8935be35b3e24e49b29d3f89f7c529c (diff)
Anti spam
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/journal.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/journal.html b/layouts/partials/journal.html
index 32d917b..5480a60 100644
--- a/layouts/partials/journal.html
+++ b/layouts/partials/journal.html
@@ -259,6 +259,7 @@ app = new Vue({
new Waline({
el: '#waline',
path: location.pathname,
+ requiredFields: ['nick','mail'],
serverURL: {{.Site.Params.walineServer}} ,
});
{{ end }}