X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/3326539367dfa85cb2b0455d5b1c67eaaf59cf8e..6ad7322a8c970de3e15c7815fc5c402cd3e24b2e:/hotline/news.go diff --git a/hotline/news.go b/hotline/news.go index 11e2a27..38db97a 100644 --- a/hotline/news.go +++ b/hotline/news.go @@ -7,6 +7,14 @@ import ( "sort" ) +const defaultNewsDateFormat = "Jan02 15:04" // Jun23 20:49 + +const defaultNewsTemplate = `From %s (%s): + +%s + +__________________________________________________________` + type ThreadedNews struct { Categories map[string]NewsCategoryListData15 `yaml:"Categories"` }