This commit is contained in:
f0x 2021-07-08 15:38:39 +02:00
commit 83ca135be2
2 changed files with 2 additions and 2 deletions

View file

@ -128,7 +128,7 @@ func New(cfg *config.Config, db db.DB, logger *logrus.Logger) (Router, error) {
}
// set template functions
loadTemplateFunctions(engine);
loadTemplateFunctions(engine)
// load templates onto the engine
if err := loadTemplates(cfg, engine); err != nil {