Fix copyright year in LICENSE
This commit is contained in:
parent
dfb7177a6d
commit
a81e4d1d16
4 changed files with 2 additions and 4 deletions
|
|
@ -14,7 +14,6 @@ function merge(locals, res) {
|
|||
var _locals = {
|
||||
siteTitle: Config.get("html-template.title"),
|
||||
siteDescription: Config.get("html-template.description"),
|
||||
siteAuthor: "Calvin 'calzoneman' 'cyzon' Montgomery",
|
||||
csrfToken: typeof res.req.csrfToken === 'function' ? res.req.csrfToken() : '',
|
||||
baseUrl: getBaseUrl(res),
|
||||
channelPath: Config.get("channel-path"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue