diff --git a/hugo.toml b/hugo.toml index f8decf49..18701b15 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1153,8 +1153,8 @@ enableEmoji = true appKey = "" placeholder = "" avatar = "mp" - meta = "" - requiredFields = "" + meta = ['nick','mail','link'] + requiredFields = [] pageSize = 10 lang = "" visitor = true diff --git a/layouts/partials/init/index.html b/layouts/partials/init/index.html index 517f60e5..4fe5ec3c 100644 --- a/layouts/partials/init/index.html +++ b/layouts/partials/init/index.html @@ -1,4 +1,4 @@ -{{- .Scratch.Set "version" "v0.3.17-393a1393" -}} +{{- .Scratch.Set "version" "v0.3.17-99f51de9" -}} {{- .Scratch.Set "this" dict -}} {{- partial "init/detection-env.html" . -}}