From 6484ed379fc1b87dcfd32816f48619561a280139 Mon Sep 17 00:00:00 2001 From: amazingrise <8315221+AmazingRise@users.noreply.github.com> Date: Tue, 6 Jul 2021 10:50:42 +0800 Subject: Anti spam --- README.md | 2 +- layouts/partials/journal.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c04ad57..9586a01 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![](https://img.shields.io/badge/license-MIT-blue.svg) ![](https://img.shields.io/badge/version-1.3.0-brightgreen) -[✨Live Demo✨](https://amazingrise.net/) - +[My Blog with ✨Theme Diary✨](https://amazingrise.net/) - [Intro Video](https://www.bilibili.com/video/av84273002) - [Progress](https://github.com/AmazingRise/hugo-theme-diary/projects/) - [Wiki](https://github.com/amazingrise/hugo-theme-diary/wiki) 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 }} -- cgit v1.2.3