From 597a631988526380e81061f778f85eff43653a5d Mon Sep 17 00:00:00 2001
From: diamon <diamonster@users.noreply.github.com>
Date: Fri, 01 Oct 2021 17:11:40 +0000
Subject: [PATCH] add default author (#408)

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

diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 9d6a04b..be77ee4 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -27,6 +27,7 @@
   filename = "sitemap.xml"
 
 [params]
+  author = ""
   favicon = ""
   site_logo = ""
   description = "The last theme you'll ever need. Maybe."
@@ -44,4 +45,4 @@
   # choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
   background_color_class = "bg-black"
   featured_image = "/images/gohugo-default-sample-hero-image.jpg"
-  recent_posts_number = 2
\ No newline at end of file
+  recent_posts_number = 2

--
Gitblit v1.10.0