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"`