fix: reorganize template files for uploading

This commit is contained in:
2024-11-10 19:25:37 -03:00
parent a342e4e2b7
commit a61dd476dd
20 changed files with 132 additions and 255 deletions

View File

@@ -1,5 +1,9 @@
<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
<!-- wp:template-part {"slug":"content-not-found","area":"uncategorized"} /-->
<!-- wp:template-part {
"slug":"content-not-found",
"tagName":"main",
"className":"main-content"
} /-->
<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

View File

@@ -1,5 +1,10 @@
<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
<!-- wp:template-part {"slug":"content","tagName":"main","area":"uncategorized","className":"main-content"} /-->
<!-- wp:template-part {
"slug":"content-home",
"tagName":"main",
"className":"main-content"
} /-->
<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

View File

@@ -1,5 +1,9 @@
<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
<!-- wp:template-part {"slug":"content-index","tagName":"main","className":"main-content"} /-->
<!-- wp:template-part {
"slug":"content-index",
"tagName":"main",
"className":"main-content"
} /-->
<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

View File

@@ -1,5 +1,10 @@
<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
<!-- wp:template-part {"slug":"content-page"} /-->
<!-- wp:template-part {
"slug":"content-page",
"tagName":"main",
"className":"main-content"
} /-->
<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

View File

@@ -1,5 +0,0 @@
<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
<!-- wp:pattern {"slug":"carta-campinas/content-post"} /-->
<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

View File

@@ -1,5 +1,10 @@
<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
<!-- wp:template-part {"slug":"content-post","area":"uncategorized"} /-->
<!-- wp:template-part {
"slug":"content-post",
"tagName":"main",
"className":"main-content"
} /-->
<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->