tailwind .field and related things.

This commit is contained in:
fiatjaf
2023-10-24 17:27:20 -03:00
parent 20a2d225b9
commit 6ade15b7e8
10 changed files with 343 additions and 425 deletions

View File

@@ -156,8 +156,8 @@ type ArchivePage struct {
Data []string
ModifiedAt string
PaginationUrl string
NextPage string
PrevPage string
NextPage int
PrevPage int
}
func (*ArchivePage) TemplateText() string {