From 48554368c55a19a75447c6166efc5bad3b3de987 Mon Sep 17 00:00:00 2001
From: Joe Roe
Date: Fri, 30 Sep 2022 13:29:20 +0200
Subject: [PATCH] Update copyright notice on example site
---
exampleSite/config.toml | 2 +-
layouts/partials/footer.html | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b5bbcad..7f899e5 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 Joe Roe"
+copyright = "© 2021–2022 [Joe Roe](https://joeroe.io) & [risotto contributors](https://github.com/joeroe/risotto/graphs/contributors)."
paginate = 3
languageCode = "en"
DefaultContentLanguage = "en"
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index f5b8f12..2e36e38 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -24,6 +24,6 @@
{{ end }}
{{ end }}
-
-{{ .Site.Copyright }}
+
+{{ .Site.Copyright | markdownify }}
Powered by hugo and risotto.