mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
pnpm run format
This commit is contained in:
parent
6ce5261892
commit
af02b25084
@ -1,14 +1,10 @@
|
||||
import { PageLayout, SharedLayout } from "./quartz/cfg"
|
||||
import {PageLayout, SharedLayout} from "./quartz/cfg"
|
||||
import * as Component from "./quartz/components"
|
||||
|
||||
// components shared across all pages
|
||||
export const sharedPageComponents: SharedLayout = {
|
||||
head: Component.Head(),
|
||||
header: [
|
||||
Component.PageTitle(),
|
||||
Component.Search(),
|
||||
Component.Darkmode(),
|
||||
],
|
||||
header: [Component.PageTitle(), Component.Search(), Component.Darkmode()],
|
||||
footer: Component.Footer({
|
||||
links: {
|
||||
About: "/About",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user