update layout

This commit is contained in:
2024-01-29 13:59:31 +09:00
parent 6d19ffa86a
commit 92b3780db5
3 changed files with 4 additions and 3 deletions

View File

@ -50,7 +50,7 @@ export const defaultContentPageLayout: PageLayout = {
Component.Darkmode(),
Component.DesktopOnly(Component.TableOfContents()),
],
right: [Component.Graph(graph_cfg), Component.Backlinks()],
right: [Component.Graph(graph_cfg), Component.Backlinks(), Component.RecentNotes({ title: "Recent writing" })],
}
// components for pages that display lists of pages (e.g. tags or folders)