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 }}