From 169416917723a5dccb7e294bae9a7157a5de3805 Mon Sep 17 00:00:00 2001 From: Caleb Gardner Date: Fri, 27 Dec 2024 03:58:53 -0600 Subject: [PATCH] Style changes for author section --- internal/blog/author.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/internal/blog/author.go b/internal/blog/author.go index b553190..3eb82d7 100644 --- a/internal/blog/author.go +++ b/internal/blog/author.go @@ -15,10 +15,11 @@ import ( ) const authorInfo = ` - - - -
%v

%v

%v
` +
+ %v +

%v

+

%v

+

` type Author struct { ID string `json:"id" bson:"_id"`