feature(doc): complete all Chinese and English documents and fix many bugs
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
{{- with $valine.pageSize -}}
|
||||
pageSize: {{ . | safeJS }},
|
||||
{{- end -}}
|
||||
lang: '{{ T "valineLang" }}',
|
||||
lang: '{{ $valine.lang | default "en" }}',
|
||||
{{- if $valine.visitor -}}
|
||||
visitor: true,
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user