mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-06-20 16:10:57 +00:00
refactor: rely heavier on the templating engine
style: fix comments spacing on mobile
This commit is contained in:
parent
c0df07abad
commit
3b79efc83c
7 changed files with 151 additions and 46 deletions
8
src/types/comment.go
Normal file
8
src/types/comment.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package types
|
||||
|
||||
type FilteredComment struct {
|
||||
Text string
|
||||
Timestamp string
|
||||
AuthorName string
|
||||
AuthorURL string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue