Work on image rendering

This commit is contained in:
Dominic Ferrando
2025-04-18 14:38:46 -04:00
parent ac9c516550
commit 4265b8583b
9 changed files with 53 additions and 22 deletions
+1
View File
@@ -23,4 +23,5 @@ type Post struct {
Author string
Body string
CreatedAt time.Time
MediaPath string
}