From d69c5cfef32e74dc61f020068bbfc15ec45fe0a7 Mon Sep 17 00:00:00 2001
From: Jan Baudisch <dev@baudisch.xyz>
Date: Thu, 10 May 2018 00:06:16 +0000
Subject: [PATCH] Update footer to be optional (#20)
---
README.md | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
index 71c178c..1101111 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,10 @@
info = "Full Stack DevOps and Magician" # author's job title or info
description = "John Doe's personal website" # site description
keywords = "blog,developer,personal" # site keywords
+
+ # wether you want to hide copyright and credits in the footer
+ hideCredits = false
+ hideCopyright = false
# Social links
[[params.social]]
--
Gitblit v1.10.0