diff --git a/exampleSite/content/post/markdown-syntax/index.md b/exampleSite/content/post/markdown-syntax/index.md
index 8c53bc2..5133fd6 100644
--- a/exampleSite/content/post/markdown-syntax/index.md
+++ b/exampleSite/content/post/markdown-syntax/index.md
@@ -1,23 +1,15 @@
+++
-author = "Hugo Authors"
-title = "Markdown Syntax Guide"
-date = "2019-03-11"
-description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
-tags = [
- "markdown",
- "css",
- "html",
- "themes",
-]
-categories = [
- "themes",
- "syntax",
-]
-series = ["Themes Guide"]
aliases = ["migrate-from-jekyl"]
+author = "Hugo Authors"
+categories = ["syntax", "markdown"]
+date = 2021-03-10T18:23:00Z
+description = "An article showcasing basic Markdown syntax and formatting for HTML elements."
image = "pawel-czerwinski-8uZPynIu-rQ-unsplash.jpg"
-+++
+series = ["Themes Guide"]
+tags = ["markdown", "css", "html", "themes"]
+title = "Markdown Syntax Guide"
++++
This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
@@ -147,4 +139,4 @@ Xn + Yn = Zn
Press CTRL+ALT+Delete to end the session.
-Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.
+Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.
\ No newline at end of file