This commit is contained in:
Henry 2021-02-25 11:14:39 +01:00
parent 99e56dbcbf
commit 2b79354d20
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ import (
"github.com/ssb-ngi-pointer/go-ssb-room/web/router"
)
var HTMLTempaltes = []string{
var HTMLTemplates = []string{
"landing/index.tmpl",
"landing/about.tmpl",
"notice/list.tmpl",
@ -57,7 +57,7 @@ func New(
render.SetLogger(logger),
render.BaseTemplates("base.tmpl", "menu.tmpl"),
render.AddTemplates(concatTemplates(
HTMLTempaltes,
HTMLTemplates,
news.HTMLTemplates,
roomsAuth.HTMLTemplates,
admin.HTMLTemplates,