From 00b6b7f6ce5a8ce3c441afea5834e761d9fab458 Mon Sep 17 00:00:00 2001 From: Dillon Date: Sat, 17 Aug 2019 05:31:51 +0800 Subject: [PATCH] fix: fix valine bug --- layouts/partials/comments.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html index 4fa4b96..d0146fe 100644 --- a/layouts/partials/comments.html +++ b/layouts/partials/comments.html @@ -55,6 +55,7 @@ avatar: "{{ .Site.Params.valine.avatar }}", placeholder: "{{ .Site.Params.valine.placeholder }}", visitor: "{{ .Site.Params.valine.visitor }}", + recordIP: "{{ .Site.Params.valine.recordIP }}", }); {{- end -}}