Fix dictionary logic for entires with only hiragana

main
Elnu 3 years ago
parent 65e7d664c3
commit edcd734a30

@ -45,10 +45,10 @@
{{- $.Scratch.Add "html" . -}} {{- $.Scratch.Add "html" . -}}
{{- end -}} {{- end -}}
{{- end -}} {{- end -}}
{{- end -}}
{{- if .dictionary -}} {{- if .dictionary -}}
{{- $.Scratch.Set "dictionary" .dictionary -}} {{- $.Scratch.Set "dictionary" .dictionary -}}
{{- end -}} {{- end -}}
{{- end -}}
{{- if and (not .dictionary) (not .pos) -}} {{- if and (not .dictionary) (not .pos) -}}
{{- $.Scratch.Get "html" | safeHTML -}} {{- $.Scratch.Get "html" | safeHTML -}}
{{- else -}} {{- else -}}

Loading…
Cancel
Save