From 308667852bbaae1b7184883c32347cf348456ed6 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Mon, 5 Mar 2018 14:13:09 +0100 Subject: [PATCH] Update post_meta.html --- themes/hugo-steam-theme/layouts/partials/post_meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hugo-steam-theme/layouts/partials/post_meta.html b/themes/hugo-steam-theme/layouts/partials/post_meta.html index bf3d0509..304e48cb 100644 --- a/themes/hugo-steam-theme/layouts/partials/post_meta.html +++ b/themes/hugo-steam-theme/layouts/partials/post_meta.html @@ -1,7 +1,7 @@ {{ if isset .Params "author" }} {{ $author := index .Site.Data.authors .Params.author }}

- By {{$author.name}} + By {{$author.name}}

{{ end }}