diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2022-01-03 14:15:14 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2022-01-03 14:15:14 +0000 |
commit | 8cb6a3007590117228191d89052c9c2a6277ee7c (patch) | |
tree | 1ee3f2a6ae0854a6409bb1666e5bfe232726130a /config.toml | |
parent | c44108b021903aaf5dfb32ac081d570c713b169e (diff) |
added blank home page template and updated copyright year
Diffstat (limited to '')
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 14163ce..b6c7a57 100644 --- a/config.toml +++ b/config.toml @@ -8,7 +8,7 @@ pygmentsUseClasses = true [params] description = "An intentionally quiet and unassuming (and empty) blog" - copyright = "Copyright © 2021 Yulqen" + copyright = "Copyright © 2022 Yulqen" dark = "auto" highlight = true |