This commit is contained in:
lbenedar
2026-03-05 15:33:47 +03:00
parent 3015b7318e
commit 3bd8a8e1c7
3 changed files with 46 additions and 19 deletions

View File

@@ -13,6 +13,7 @@ type templateData struct {
CurrentYear int
Snippet *models.Snippet
Snippets []*models.Snippet
Form any
}
func humanDate(t time.Time) string {