diff options
-rw-r--r-- | config/_default/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/_default/config.toml b/config/_default/config.toml index ab08498..dd8a00b 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,7 +1,7 @@ theme = "journal" baseURL = "https://nicholasjohnson.ch" title = "Nicholas Johnson" -copyright = "Copyright 2019-{currentYear} Nicholas Johnson. CC BY-SA 4.0." +copyright = "Copyright 2020-{currentYear} Nicholas Johnson. CC BY-SA 4.0." languageCode = "en-us" disablePathToLower = true rssLimit = 20 |