From 3201f83b70bb2ee1d1daeb585a26e8cd6b8ce95f Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sat, 19 Aug 2023 01:24:09 +0000
Subject: [PATCH] v4-alpha -> v4

---
 quartz/cfg.ts |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/quartz/cfg.ts b/quartz/cfg.ts
index d8a14a3..e3fee36 100644
--- a/quartz/cfg.ts
+++ b/quartz/cfg.ts
@@ -1,6 +1,6 @@
 import { QuartzComponent } from "./components/types"
 import { PluginTypes } from "./plugins/types"
-import { Theme } from "./theme"
+import { Theme } from "./util/theme"
 
 export type Analytics =
   | null
@@ -45,3 +45,4 @@
 }
 
 export type PageLayout = Pick<FullPageLayout, "beforeBody" | "left" | "right">
+export type SharedLayout = Pick<FullPageLayout, "head" | "header" | "footer">

--
Gitblit v1.10.0