diff --git a/layouts/partials/article-list/compact.html b/layouts/partials/article-list/compact.html index 376512a..f2784d6 100644 --- a/layouts/partials/article-list/compact.html +++ b/layouts/partials/article-list/compact.html @@ -6,7 +6,7 @@ diff --git a/layouts/partials/comments/provider/waline.html b/layouts/partials/comments/provider/waline.html index 9d1a2a0..30a09eb 100644 --- a/layouts/partials/comments/provider/waline.html +++ b/layouts/partials/comments/provider/waline.html @@ -16,7 +16,7 @@ {{- with .Site.Params.comments.waline -}} {{- $config := dict "el" "#waline" "dark" `html[data-scheme="dark"]` -}} -{{- $replaceKeys := dict "serverurl" "serverURL" "requiredmeta" "requiredMeta" "wordlimit" "wordLimit" "pagesize" "pageSize" "imageuploader" "imageUploader" "texrenderer" "texRenderer" -}} +{{- $replaceKeys := dict "serverurl" "serverURL" "requiredmeta" "requiredMeta" "wordlimit" "wordLimit" "pagesize" "pageSize" "imageuploader" "imageUploader" "texrenderer" "texRenderer" "turnstilekey" "turnstileKey" -}} {{- range $key, $val := . -}} {{- if ne $val nil -}}