diff --git a/themes/sukaato/layouts/_default/single.html b/themes/sukaato/layouts/_default/single.html index 32c6ea8..1e731c2 100644 --- a/themes/sukaato/layouts/_default/single.html +++ b/themes/sukaato/layouts/_default/single.html @@ -14,10 +14,8 @@ {{ with .Params.author }}
Written by {{ . }}
{{ end }} - {{ with .Params.editor }} - {{ if ne .Params.editor .Params.author }} + {{ if ne .Params.editor .Params.author }}Edited by {{ .Params.editor }}
- {{ end }} {{ end }} {{ with .Params.translator }}Translated by {{ . }}