Добавил недавние статьи
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2024-09-04 20:09:47 +03:00
parent 3e6fd92773
commit ea3c1fbead
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -34,7 +34,7 @@ export const defaultContentPageLayout: PageLayout = {
Component.PageTitle(),
Component.MobileOnly(Component.Spacer()),
Component.Search(),
Component.DesktopOnly(Component.TableOfContents()),
Component.RecentNotes(),
Component.Darkmode(),
],
right: [
@ -66,6 +66,7 @@ export const defaultContentPageLayout: PageLayout = {
showTags: false, // whether to show tags in the graph
},
}),
Component.DesktopOnly(Component.TableOfContents()),
Component.Backlinks(),
],
}