diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-10 16:31:47 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-10 16:31:47 -0300 |
commit | 17caeb985f606a7df18dd508aa1d15b74e8bfcdd (patch) | |
tree | 2e242ace8f37f6cd553a31c8b11961630b5de09e /exampleSite | |
parent | a8c0f3734f184f5149756ad6aa39e29074d20dc2 (diff) | |
download | hugo-bearcub-17caeb985f606a7df18dd508aa1d15b74e8bfcdd.tar.gz hugo-bearcub-17caeb985f606a7df18dd508aa1d15b74e8bfcdd.tar.bz2 |
Generalize translation menus
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/content.pt/blog/markdown-syntax.md | 1 | ||||
-rw-r--r-- | exampleSite/content/blog/not-translated.md | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/exampleSite/content.pt/blog/markdown-syntax.md b/exampleSite/content.pt/blog/markdown-syntax.md index 59d8dd5..2e95a55 100644 --- a/exampleSite/content.pt/blog/markdown-syntax.md +++ b/exampleSite/content.pt/blog/markdown-syntax.md @@ -3,6 +3,7 @@ title: "Guia da sintaxe markdown" date: "2020-01-03" description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements." tags: ["markdown", "syntax"] +slug: "sintaxe-markdown" --- For a quick cheatsheet, check out https://simplemde.com/markdown-guide. diff --git a/exampleSite/content/blog/not-translated.md b/exampleSite/content/blog/not-translated.md new file mode 100644 index 0000000..c7e0602 --- /dev/null +++ b/exampleSite/content/blog/not-translated.md @@ -0,0 +1,7 @@ +--- +title: "This File Was Not Translated" +date: "2023-02-03" +description: "An untranslated file" +--- + +Lorem ipsum. |