From 994476863895a5f3abecf400b064903aa2a108cc Mon Sep 17 00:00:00 2001
From: Felix Boerner <ich@felix-boerner.de>
Date: Wed, 11 Apr 2018 06:45:18 +0000
Subject: [PATCH] fix: copyright display
---
exampleSite/config.toml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 3c9983e..65bcd6b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -8,6 +8,9 @@
# Enter your tracking code to enable Google Analytics
googleAnalytics = ""
+# Copyright
+copyright = "©2017 Your Name"
+
[params]
# Metadata for search engines and social sharing
@@ -19,9 +22,6 @@
# Favicon
favicon = "favicon.ico"
- # Copyright
- copyright = "©2017 Your Name"
-
# Section - Content
[params.content]
name = "Jenny Jones"
--
Gitblit v1.10.0