From de3f78c9c41e999d9072ae6ed93d3e49127d2aeb Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Tue, 05 Jan 2021 10:21:05 +0000
Subject: [PATCH] Merge branch 'master' into date-improvements

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

diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index fcb66b2..4782677 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -21,6 +21,7 @@
 [params]
 title = "I'm Jane Doe"
 author = "Jane Doe"
+#copyright = "2020-2021"
 description = "Call me Jane"
 profilePicture = "images/profile.jpg"
 keywords = ""
@@ -36,11 +37,13 @@
 #contactFormAction = "https://formspree.io/f/your-form-hash-here"
 # Google Site Verify
 #googleSiteVerify = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+# indexDateFormat = "Mon, Jan 2, 2006"
+# listDateFormat = "Jan 2"
+# singleDateFormat = "Mon, Jan 2, 2006"
 
-indexDateFormat = "Mon, Jan 2, 2006"
-listDateFormat = "Jan 2"
-singleDateFormat = "Mon, Jan 2, 2006"
-
+[params.simpleAnalytics]
+# enable = true
+# customurl = "https://analytics.example.com"
 
 ## Math settings
 [params.math]

--
Gitblit v1.10.0