From 473ff712bdbecc0f9727ffe1bab49135191f19d1 Mon Sep 17 00:00:00 2001
From: Martin Hellspong <martin.hellspong@factor10.com>
Date: Thu, 05 Jan 2023 12:27:15 +0000
Subject: [PATCH] Add custom title / translation of categories (#755)

---
 exampleSite/content/posts/markdown-syntax.pt-br.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/exampleSite/content/posts/markdown-syntax.pt-br.md b/exampleSite/content/posts/markdown-syntax.pt-br.md
index 90ed451..f95d626 100644
--- a/exampleSite/content/posts/markdown-syntax.pt-br.md
+++ b/exampleSite/content/posts/markdown-syntax.pt-br.md
@@ -9,8 +9,8 @@
     "html",
 ]
 categories = [
-    "temas",
-    "sintaxe",
+    "themes",
+    "syntax",
 ]
 series = ["Guia do Thema"]
 aliases = ["migrate-from-jekyl"]

--
Gitblit v1.10.0