Remove redundant template local
This commit is contained in:
parent
58c65a5bac
commit
8ad9b4e543
2 changed files with 1 additions and 2 deletions
|
|
@ -13,7 +13,6 @@ function merge(locals, res) {
|
|||
siteTitle: Config.get("html-template.title"),
|
||||
siteDescription: Config.get("html-template.description"),
|
||||
siteAuthor: "Calvin 'calzoneman' 'cyzon' Montgomery",
|
||||
domain: res.req.header("host"),
|
||||
loginDomain: Config.get("https.enabled") ? Config.get("https.full-address")
|
||||
: Config.get("http.full-address"),
|
||||
csrfToken: typeof res.req.csrfToken === 'function' ? res.req.csrfToken() : '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue