Skip to content

Commit

Permalink
Quartz sync: Apr 1, 2024, 11:46 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiitulip committed Apr 1, 2024
1 parent b231062 commit f04a61b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions quartz.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ import * as Component from "./quartz/components"
// components shared across all pages
export const sharedPageComponents: SharedLayout = {
head: Component.Head(),
header: [],
header: [
Component.PageTitle(),
Component.Search({
enablePreview: false,
}),
Component.Darkmode(),
],
footer: Component.Footer({
links: {
GitHub: "https://github.com/kodiitulip/tabuleiro-arqueologo",
Expand All @@ -21,10 +27,7 @@ export const defaultContentPageLayout: PageLayout = {
Component.TagList(),
],
left: [
Component.PageTitle(),
Component.MobileOnly(Component.Spacer()),
Component.Search(),
Component.Darkmode(),
Component.DesktopOnly(Component.Explorer()),
],
right: [
Expand Down

0 comments on commit f04a61b

Please sign in to comment.