Fix copyright year in LICENSE

This commit is contained in:
Calvin Montgomery 2019-02-02 15:56:43 -08:00
parent dfb7177a6d
commit a81e4d1d16
4 changed files with 2 additions and 4 deletions

View file

@ -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"),