feat: implement tag bar in news page
Compare changes
Files
7- Agustina Carrion authored
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
@@ -14,6 +14,7 @@ type Props = MarkdownLayoutProps<{
@@ -24,6 +25,9 @@ if (frontmatter.type === "article") {
@@ -95,6 +99,7 @@ const breadcrumbs = buildBreadcrumbs(breadcrumbItems, url as string, baseUrl);