From 232652149a287054df7e7c5136dafd3f55a79bf0 Mon Sep 17 00:00:00 2001 From: Sohaib <98542228+sohaibology@users.noreply.github.com> Date: Tue, 15 Aug 2023 00:59:47 +0000 Subject: [PATCH] Update hosting.md (#371) --- quartz/cfg.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/quartz/cfg.ts b/quartz/cfg.ts index d8a14a3..3c9613b 100644 --- a/quartz/cfg.ts +++ b/quartz/cfg.ts @@ -45,3 +45,4 @@ } export type PageLayout = Pick<FullPageLayout, "beforeBody" | "left" | "right"> +export type SharedLayout = Pick<FullPageLayout, "head" | "header" | "footer"> -- Gitblit v1.10.0