From ba9243c0244b453dbb3aa1dab5d1f73a894744e2 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Fri, 22 May 2026 19:18:48 -0400 Subject: [PATCH] removed block that treats 'editor' post parameter like a list rather than string --- themes/sukaato/layouts/_default/single.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 {{ . }}