1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

feat: introduce newsbox for front page (resolve #393)

This commit is contained in:
Ferdinand Mütsch
2022-08-13 10:28:36 +02:00
parent 99a3e8f5da
commit 373d969734
8 changed files with 50 additions and 8 deletions

View File

@@ -30,6 +30,7 @@ const (
KeyLatestTotalTime = "latest_total_time"
KeyLatestTotalUsers = "latest_total_users"
KeyLastImportImport = "last_import"
KeyNewsbox = "newsbox"
SimpleDateFormat = "2006-01-02"
SimpleDateTimeFormat = "2006-01-02 15:04:05"