removed block that treats 'editor' post parameter like a list rather than string
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user