Add missing handlers
This commit is contained in:
@@ -31,7 +31,7 @@ type TemplateManager struct {
|
||||
funcMap template.FuncMap
|
||||
}
|
||||
|
||||
func NewTemplateManager(conf *Config, blogs *BlogsCache, cache *Cache) (*TemplateManager, error) {
|
||||
func NewTemplateManager(conf *Config) (*TemplateManager, error) {
|
||||
templates := make(map[string]*template.Template)
|
||||
|
||||
funcMap := sprig.FuncMap()
|
||||
|
||||
Reference in New Issue
Block a user