From 44d6620b32f31c04663c9e08a1c3954273230ee8 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Tue, 25 Nov 2025 20:52:35 -0500 Subject: Tidy the code --- internal/models/post.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'internal/models/post.go') diff --git a/internal/models/post.go b/internal/models/post.go index d7f1aaa..95dde58 100644 --- a/internal/models/post.go +++ b/internal/models/post.go @@ -6,10 +6,10 @@ import ( ) type Post struct { - Id int - Name string - Time time.Time + Id int + Name string + Time time.Time FormattedTime string - Brief template.HTML - Content template.HTML + Brief template.HTML + Content template.HTML } -- cgit v1.2.3