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/content/markdown-syntax.md |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/exampleSite/content/markdown-syntax.md b/exampleSite/content/markdown-syntax.md
index 19ab708..ee170be 100644
--- a/exampleSite/content/markdown-syntax.md
+++ b/exampleSite/content/markdown-syntax.md
@@ -1,5 +1,6 @@
 ---
-author: "Hugo Authors"
+author:
+    name: "Hugo Authors"
 title: "Markdown Syntax Guide"
 description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
 tags: [
@@ -12,13 +13,12 @@
     "themes",
     "syntax",
 ]
-series: ["Themes Guide"]
 aliases: ["migrate-from-jekyl"]
 
 date: 2019-12-08T00:00:00-00:00
 buttonimage: "img/interestingbutton.jpg"
-sideimages: ["img/interesting01.jpg"]
-sideimagealt: "Interesting Page Image"
+images: ["img/interesting01.jpg"]
+imagealt: "Interesting Page Image"
 draft: false
 weight: 3
 ---

--
Gitblit v1.10.0