From ed1c854df2fda01549680651c19dbc2fe257b0f4 Mon Sep 17 00:00:00 2001
From: Luiz F. A. de PrĂ¡ <luizdepra@users.noreply.github.com>
Date: Wed, 24 Mar 2021 23:59:33 +0000
Subject: [PATCH] And notice shortcodes (#537)
---
exampleSite/content/posts/external-post.md | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/exampleSite/content/posts/external-post.md b/exampleSite/content/posts/external-post.md
index 46abc59..ef26245 100644
--- a/exampleSite/content/posts/external-post.md
+++ b/exampleSite/content/posts/external-post.md
@@ -1,6 +1,7 @@
+++
-date = "2019-01-17"
-title = "Hugo coder wiki"
+author = "Hugo Authors"
+date = "2019-03-04"
+title = "External Page: Hugo Coder Wiki"
slug = "hugo-coder-wiki"
tags = [
"hugo",
@@ -11,6 +12,4 @@
"Development",
]
externalLink = "https://github.com/luizdepra/hugo-coder/wiki"
-series = ["Hugo"]
-authors = ["External link test"]
+++
--
Gitblit v1.10.0