From c3df12d0bbc2dda164df904f6a487580a82da746 Mon Sep 17 00:00:00 2001
From: Luiz F. A. de PrĂ¡ <luizdepra@users.noreply.github.com>
Date: Thu, 13 Jul 2023 13:51:21 +0000
Subject: [PATCH] Update demo content (#830)

---
 exampleSite/content/posts/rich-content.md |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/exampleSite/content/posts/rich-content.md b/exampleSite/content/posts/rich-content.md
index bfecc54..bf6d695 100644
--- a/exampleSite/content/posts/rich-content.md
+++ b/exampleSite/content/posts/rich-content.md
@@ -1,17 +1,25 @@
 +++
-author = "Hugo Authors"
+authors = ["Lone Coder"]
 title = "Rich Content"
-date = "2019-03-10"
+date = "2023-07-12"
 description = "A brief description of Hugo Shortcodes"
 tags = [
+    "hugo",
+    "markdown",
+    "css",
+    "html",
     "shortcodes",
-    "privacy",
 ]
+categories = [
+    "theme demo",
+    "syntax",
+]
+series = ["Theme Demo"]
 +++
 
 Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugos-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.
-<!--more-->
----
+
+## <!--more-->
 
 ## YouTube Privacy Enhanced Shortcode
 

--
Gitblit v1.10.0