{{ .Title }}
+Written by {{ . }}
+ {{ end }} + {{ with .Params.editor }} + {{ if ne .Params.editor .Params.author }} +Edited by {{ .Params.editor }}
+ {{ end }} + {{ end }} + {{ with .Params.translator }} +Translated by {{ . }}
+ {{ end }} +diff --git a/themes/sukaato/layouts/_default/single.html b/themes/sukaato/layouts/_default/single.html index 7e286c8..32c6ea8 100644 --- a/themes/sukaato/layouts/_default/single.html +++ b/themes/sukaato/layouts/_default/single.html @@ -1,10 +1,39 @@ {{ define "main" }} -
Written by {{ . }}
+ {{ end }} + {{ with .Params.editor }} + {{ if ne .Params.editor .Params.author }} +Edited by {{ .Params.editor }}
+ {{ end }} + {{ end }} + {{ with .Params.translator }} +Translated by {{ . }}
+ {{ end }} +