Изменение конфигурации
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
10467400c2
commit
45449e7ceb
@ -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.RecentNotes({ showTags: false }),
|
Component.DesktopOnly(Component.RecentNotes({ showTags: false })),
|
||||||
Component.Darkmode(),
|
Component.Darkmode(),
|
||||||
],
|
],
|
||||||
right: [
|
right: [
|
||||||
|
Loading…
Reference in New Issue
Block a user