From fa59259139e99bf70c9f6645ba9ff89a54e2e7ff Mon Sep 17 00:00:00 2001
From: Tobias Lindberg <tobias.ehlert@gmail.com>
Date: Sun, 05 Jan 2020 15:48:31 +0000
Subject: [PATCH] Adding "since year" and author support to footer (#245)
---
exampleSite/config.toml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 8464276..1d7a284 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -27,6 +27,7 @@
hideCredits = false
hideCopyright = false
+ since = 2019
# Git Commit in Footer, uncomment the line below to enable it.
commit = "https://github.com/luizdepra/hugo-coder/tree/"
--
Gitblit v1.10.0