From 7d8b7b5ba2e4331a27d47a430c3093a0073ebd65 Mon Sep 17 00:00:00 2001 From: Joe Roe Date: Mon, 28 Aug 2023 09:47:38 +0200 Subject: [PATCH] Remove year from copyright --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index be7f40c..a10a293 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -2,7 +2,7 @@ baseURL = "https://risotto.joeroe.io" theme = "risotto" title = "risotto demo" author = "Joe Roe" -copyright = "© 2021–2022 [Joe Roe](https://joeroe.io) & [risotto contributors](https://github.com/joeroe/risotto/graphs/contributors)." +copyright = "© [Joe Roe](https://joeroe.io) & [risotto contributors](https://github.com/joeroe/risotto/graphs/contributors)." paginate = 3 languageCode = "en" DefaultContentLanguage = "en"