removed block that treats 'editor' post parameter like a list rather than string

This commit is contained in:
2026-05-22 19:18:48 -04:00
parent b6df840414
commit ba9243c024

View File

@@ -14,10 +14,8 @@
{{ with .Params.author }}
<p>Written by {{ . }}</p>
{{ end }}
{{ with .Params.editor }}
{{ if ne .Params.editor .Params.author }}
{{ if ne .Params.editor .Params.author }}
<p>Edited by {{ .Params.editor }}</p>
{{ end }}
{{ end }}
{{ with .Params.translator }}
<p>Translated by {{ . }}</p>