mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
Update quartz.layout.ts
This commit is contained in:
parent
8ee5bb6ada
commit
517fd1dc72
@ -23,7 +23,7 @@ export const defaultContentPageLayout: PageLayout = {
|
||||
],
|
||||
left: [
|
||||
Component.PageTitle(),
|
||||
// Component.MobileOnly(Component.Spacer()),
|
||||
Component.MobileOnly(Component.Spacer()),
|
||||
Component.Flex({
|
||||
components: [
|
||||
{
|
||||
@ -49,7 +49,7 @@ export const defaultListPageLayout: PageLayout = {
|
||||
beforeBody: [Component.ArticleTitle(), Component.ContentMeta()],
|
||||
left: [
|
||||
Component.PageTitle(),
|
||||
// Component.MobileOnly(Component.Spacer()),
|
||||
Component.MobileOnly(Component.Spacer()),
|
||||
Component.Search(),
|
||||
Component.Darkmode(),
|
||||
Component.DesktopOnly(Component.RecentNotes({ limit: 3, showTags: false,linkToMore: "recent" })),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user