From 4b84339a4f58fec235845e4d1e56cd4667879526 Mon Sep 17 00:00:00 2001 From: "C. Lente" <7017340+clente@users.noreply.github.com> Date: Thu, 9 Feb 2023 17:05:10 -0300 Subject: [PATCH] YAML header on posts --- exampleSite/content.pt/blog/markdown-syntax.md | 15 ++++++--------- exampleSite/content/blog/markdown-syntax.md | 15 ++++++--------- 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/exampleSite/content.pt/blog/markdown-syntax.md b/exampleSite/content.pt/blog/markdown-syntax.md index 4158548..59d8dd5 100644 --- a/exampleSite/content.pt/blog/markdown-syntax.md +++ b/exampleSite/content.pt/blog/markdown-syntax.md @@ -1,12 +1,9 @@ -+++ -title = "Guia da sintaxe markdown" -date = "2020-01-03" -description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements." -tags = [ - "markdown", - "syntax", -] -+++ +--- +title: "Guia da sintaxe markdown" +date: "2020-01-03" +description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements." +tags: ["markdown", "syntax"] +--- For a quick cheatsheet, check out https://simplemde.com/markdown-guide. diff --git a/exampleSite/content/blog/markdown-syntax.md b/exampleSite/content/blog/markdown-syntax.md index 4e3aa72..c16ae67 100644 --- a/exampleSite/content/blog/markdown-syntax.md +++ b/exampleSite/content/blog/markdown-syntax.md @@ -1,12 +1,9 @@ -+++ -title = "Markdown Syntax Guide" -date = "2020-01-03" -description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements." -tags = [ - "markdown", - "syntax", -] -+++ +--- +title: "Markdown Syntax Guide" +date: "2020-01-03" +description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements." +tags: ["markdown", "syntax"] +--- For a quick cheatsheet, check out https://simplemde.com/markdown-guide.