Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
fix: fix valine bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonzq committed Aug 16, 2019
1 parent 76e7475 commit 00b6b7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/partials/comments.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
avatar: "{{ .Site.Params.valine.avatar }}",
placeholder: "{{ .Site.Params.valine.placeholder }}",
visitor: "{{ .Site.Params.valine.visitor }}",
recordIP: "{{ .Site.Params.valine.recordIP }}",
});
</script>
{{- end -}}
Expand Down

0 comments on commit 00b6b7f

Please sign in to comment.