Add Tomorrow render context and template
This commit is contained in:
@@ -12,7 +12,8 @@ import (
|
||||
var assets embed.FS
|
||||
|
||||
var templates = map[string]string{
|
||||
"hourly": "templates/hourly.md.tmpl",
|
||||
"hourly": "templates/hourly.md.tmpl",
|
||||
"tomorrow": "templates/tomorrow.md.tmpl",
|
||||
}
|
||||
|
||||
var schemas = map[string]string{
|
||||
|
||||
Reference in New Issue
Block a user