From e065b889b8c6679ea8b99df07d8c03fce12aed21 Mon Sep 17 00:00:00 2001 From: somrat sorkar Date: Mon, 11 Sep 2023 10:05:09 +0600 Subject: [PATCH] update author single image --- layouts/authors/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/authors/single.html b/layouts/authors/single.html index 3d630f8..36cd1b0 100755 --- a/layouts/authors/single.html +++ b/layouts/authors/single.html @@ -6,7 +6,7 @@
{{ $image:= .Params.image }} {{ if $image }} - {{ partial "image" (dict "Src" $image "Alt" .Title "Class" "mx-auto" "size" "200x200") }} + {{ partial "image" (dict "Src" $image "Alt" .Title "Class" "mx-auto" "Size" "200x200") }} {{ else if .Params.Email }}