i18n: update i18n string format (#371)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{{- define "title" }}
|
||||
{{- T "pageNotFound" | printf "404 %s" }} - {{ .Site.Title -}}
|
||||
{{- T "pageNotFound" | printf "404 %v" }} - {{ .Site.Title -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- define "content" -}}
|
||||
|
||||
Reference in New Issue
Block a user