diff --git a/layouts/partials/blog/hero.html b/layouts/partials/blog/hero.html index 99ef82b..8a24e46 100644 --- a/layouts/partials/blog/hero.html +++ b/layouts/partials/blog/hero.html @@ -6,7 +6,7 @@

{{ if $isPost }} {{ $date := dateFormat "January 2, 2006" .Date }}

- {{ .Params.author }} | {{ $date }} + {{ .Params.authors }} | {{ $date }}

{{ end }} - \ No newline at end of file +