Добавил недавние статьи
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3e6fd92773
commit
ea3c1fbead
@ -34,7 +34,7 @@ export const defaultContentPageLayout: PageLayout = {
|
|||||||
Component.PageTitle(),
|
Component.PageTitle(),
|
||||||
Component.MobileOnly(Component.Spacer()),
|
Component.MobileOnly(Component.Spacer()),
|
||||||
Component.Search(),
|
Component.Search(),
|
||||||
Component.DesktopOnly(Component.TableOfContents()),
|
Component.RecentNotes(),
|
||||||
Component.Darkmode(),
|
Component.Darkmode(),
|
||||||
],
|
],
|
||||||
right: [
|
right: [
|
||||||
@ -66,6 +66,7 @@ export const defaultContentPageLayout: PageLayout = {
|
|||||||
showTags: false, // whether to show tags in the graph
|
showTags: false, // whether to show tags in the graph
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
Component.DesktopOnly(Component.TableOfContents()),
|
||||||
Component.Backlinks(),
|
Component.Backlinks(),
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user