From 71b93fb760c17d5f7b22f47c1b8b50c2b57c2165 Mon Sep 17 00:00:00 2001
From: Karl <kc0bfv@gmail.com>
Date: Sat, 01 Feb 2020 00:26:08 +0000
Subject: [PATCH] Author fixes, add opengraph and twitter cards
---
exampleSite/config.toml | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 4a4548b..ace17d8 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -7,9 +7,11 @@
[params]
favicon = "favicon.ico"
- webmasterEmail = "kc0bfv@gmail.com"
description = "The demonstration page for the Hugo Ticky Tacky Dark theme."
- author = "kc0bfv@gmail.com"
- headerimages = ["img/header01.jpg", "img/header02.jpg"]
+ images = ["img/header01.jpg", "img/header02.jpg"]
#msvalidate = ""
#googlesiteverification = ""
+
+[Author]
+ name = "Karl Sickendick"
+ email = "kc0bfv@gmail.com"
--
Gitblit v1.10.0