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

diff --git a/exampleSite/content/rich-content.md b/exampleSite/content/rich-content.md
index 9530e9d..f67c4f9 100644
--- a/exampleSite/content/rich-content.md
+++ b/exampleSite/content/rich-content.md
@@ -1,5 +1,4 @@
 +++
-author = "Hugo Authors"
 title = "Rich Content"
 description = "A brief description of Hugo Shortcodes"
 tags = [
@@ -7,9 +6,11 @@
     "privacy",
 ]
 buttonimage = "img/richbutton.jpg"
-sideimages = ["img/rich01.jpg"]
-sideimagealt = "Looking out on a pond at Capilano Suspension Bridge, Vancouver, BC"
+images = ["img/rich01.jpg"]
+imagealt = "Looking out on a pond at Capilano Suspension Bridge, Vancouver, BC"
 weight = 5
+[author]
+    name = "Hugo Authors"
 +++
 
 Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.

--
Gitblit v1.10.0