Skip to content

Commit

Permalink
Waline增加google验证
Browse files Browse the repository at this point in the history
  • Loading branch information
RamSong authored Aug 11, 2023
1 parent b61390c commit c97bcfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions themes/DoIt/layouts/partials/comment.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@
{{- with $waline.comment -}}
{{- $commentConfig = dict "comment" . | dict "waline" | merge $commentConfig -}}
{{- end -}}
{{- with $waline.comment -}}
{{- $commentConfig = dict "recaptchaV3Key" . | dict "waline" | merge $commentConfig -}}
{{- end -}}
{{- with $waline.emoji -}}
{{- $commentConfig = dict "emoji" . | dict "waline" | merge $commentConfig -}}
{{- end -}}
Expand Down

0 comments on commit c97bcfc

Please sign in to comment.