diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2024-05-26 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2024-05-26 00:00:00 +0000 |
commit | 028dd86a7c8d18b30860d678657131702d3f56dd3d75066946f3d37fb6ef0067 (patch) | |
tree | 7b9974fa0d791f6257c4651202cd549ebe148021cf0dd924ec13052d8cfb6e1a | |
parent | 8193b4daba5bcf5502701f1e9e22f9390bac86b0775d49ef3509444d11ba45e8 (diff) | |
download | journal-028dd86a7c8d18b30860d678657131702d3f56dd3d75066946f3d37fb6ef0067.tar.gz journal-028dd86a7c8d18b30860d678657131702d3f56dd3d75066946f3d37fb6ef0067.zip |
Add copyright symbol to copyright notice
-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 dd8a00b..dce2551 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 2020-{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 |