diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-09 17:05:10 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-09 17:05:10 -0300 |
commit | 4b84339a4f58fec235845e4d1e56cd4667879526 (patch) | |
tree | f38873dc29bba52678f03a7008353f43f90f5032 /exampleSite/content.pt | |
parent | 1c249d7b3f96c4b577a6474376bb756c48e4797d (diff) | |
download | hugo-bearcub-4b84339a4f58fec235845e4d1e56cd4667879526.tar.gz hugo-bearcub-4b84339a4f58fec235845e4d1e56cd4667879526.tar.bz2 |
YAML header on posts
Diffstat (limited to 'exampleSite/content.pt')
-rw-r--r-- | exampleSite/content.pt/blog/markdown-syntax.md | 15 |
1 files changed, 6 insertions, 9 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. |