From a81512b62989ba26ce1731801f70ea7c9098883e Mon Sep 17 00:00:00 2001
From: Felix Boerner <ich@felix-boerner.de>
Date: Sat, 27 Feb 2021 09:11:10 +0000
Subject: [PATCH] feat: update copyright year

---
 exampleSite/config.toml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6fb5833..4d83f9c 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -9,7 +9,7 @@
 googleAnalytics = ""
 
 # Copyright
-copyright = "&copy;2018 Your Name"
+copyright = "&copy;2021 Your Name"
 
 [params]
 

--
Gitblit v1.10.0