From 6fbb729ef6ed6187a77cd656e0f6e9187a0f05c9 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Thu, 15 Apr 2021 14:19:03 -0500 Subject: [PATCH] Fix hero display of blog author. Signed-off-by: Ed Warnicke --- layouts/partials/blog/hero.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +