dependabot[bot]
2025-02-11 be846e6a5fc6af1084e2b7408dfc312061cc47f9
quartz.layout.ts
@@ -5,6 +5,7 @@
export const sharedPageComponents: SharedLayout = {
  head: Component.Head(),
  header: [],
  afterBody: [],
  footer: Component.Footer({
    links: {
      GitHub: "https://github.com/jackyzha0/quartz",
@@ -26,7 +27,7 @@
    Component.MobileOnly(Component.Spacer()),
    Component.Search(),
    Component.Darkmode(),
    Component.DesktopOnly(Component.Explorer()),
    Component.Explorer(),
  ],
  right: [
    Component.Graph(),
@@ -43,7 +44,7 @@
    Component.MobileOnly(Component.Spacer()),
    Component.Search(),
    Component.Darkmode(),
    Component.DesktopOnly(Component.Explorer()),
    Component.Explorer(),
  ],
  right: [],
}