diff options
author | Dante Catalfamo | 2021-10-05 23:34:06 -0400 |
---|---|---|
committer | Dante Catalfamo | 2021-10-05 23:34:34 -0400 |
commit | 08ac0c66adb2deaaf4c81745a465e52f4951b3e3 (patch) | |
tree | 5153cba0646268f4ceb8b03f14eaa002fe2a24cb /config.toml | |
parent | f5fad18f75a76f393cbcd82e2c7fd8198f480524 (diff) | |
download | blog-08ac0c66adb2deaaf4c81745a465e52f4951b3e3.tar.gz blog-08ac0c66adb2deaaf4c81745a465e52f4951b3e3.tar.bz2 blog-08ac0c66adb2deaaf4c81745a465e52f4951b3e3.zip |
Add copyright start year to config.toml
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 191f7d6..d2cc24f 100644 --- a/config.toml +++ b/config.toml @@ -23,6 +23,8 @@ enableRobotsTXT = true showReadTime = false showToc = false + copyrightStartYear = 2020 + # License at the end of each post showLicense = false license = "CC BY-NC-SA 4.0" |