From eb23cbe8da4ce90bf6a34f7e92148babc9a3049b Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 15 Aug 2024 08:25:07 +0000
Subject: [PATCH] chore(deps): bump rehype-citation from 2.0.0 to 2.1.1 (#1341)
---
docs/advanced/making plugins.md | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/advanced/making plugins.md b/docs/advanced/making plugins.md
index b2bacf0..0ba2968 100644
--- a/docs/advanced/making plugins.md
+++ b/docs/advanced/making plugins.md
@@ -260,11 +260,11 @@
...defaultContentPageLayout,
pageBody: Content(),
}
- const { head, header, beforeBody, pageBody, left, right, footer } = layout
+ const { head, header, beforeBody, pageBody, afterBody, left, right, footer } = layout
return {
name: "ContentPage",
getQuartzComponents() {
- return [head, ...header, ...beforeBody, pageBody, ...left, ...right, footer]
+ return [head, ...header, ...beforeBody, pageBody, ...afterBody, ...left, ...right, footer]
},
async emit(ctx, content, resources, emit): Promise<FilePath[]> {
const cfg = ctx.cfg.configuration
--
Gitblit v1.10.0