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 }}
|
{{ with .Params.author }}
|
||||||
<p>Written by {{ . }}</p>
|
<p>Written by {{ . }}</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Params.editor }}
|
{{ if ne .Params.editor .Params.author }}
|
||||||
{{ if ne .Params.editor .Params.author }}
|
|
||||||
<p>Edited by {{ .Params.editor }}</p>
|
<p>Edited by {{ .Params.editor }}</p>
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Params.translator }}
|
{{ with .Params.translator }}
|
||||||
<p>Translated by {{ . }}</p>
|
<p>Translated by {{ . }}</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user