From 70d86ff096a5f7ebe2bd75791b5fac865598b80b Mon Sep 17 00:00:00 2001
From: Jorge Marcelo Risco <61189874+jorgemrisco@users.noreply.github.com>
Date: Sun, 24 Mar 2024 16:40:01 +0000
Subject: [PATCH] i18n: pt-BR translation (#1024)
---
quartz.layout.ts | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/quartz.layout.ts b/quartz.layout.ts
index 4e8a85f..b5a1639 100644
--- a/quartz.layout.ts
+++ b/quartz.layout.ts
@@ -37,12 +37,13 @@
// components for pages that display lists of pages (e.g. tags or folders)
export const defaultListPageLayout: PageLayout = {
- beforeBody: [Component.Breadcrumbs(), Component.ArticleTitle()],
+ beforeBody: [Component.Breadcrumbs(), Component.ArticleTitle(), Component.ContentMeta()],
left: [
Component.PageTitle(),
Component.MobileOnly(Component.Spacer()),
Component.Search(),
Component.Darkmode(),
+ Component.DesktopOnly(Component.Explorer()),
],
right: [],
}
--
Gitblit v1.10.0