Skip to content

Commit

Permalink
Quartz sync: Jul 29, 2024, 4:44 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
keithdperez committed Jul 29, 2024
1 parent 8e7d0d8 commit 6ec9b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as Component from "./quartz/components"
// components shared across all pages
export const sharedPageComponents: SharedLayout = {
head: Component.Head(),
header: [],
header: [test],
afterBody: [],
footer: Component.Footer({
links: {
Expand Down

0 comments on commit 6ec9b46

Please sign in to comment.