File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,10 @@ export const defaultContentPageLayout: PageLayout = {
7575 { Component : Component . ReaderMode ( ) } ,
7676 ] ,
7777 } ) ,
78- Component . DesktopOnly ( Component . Explorer ( { sortFn : sortByRecentDate } ) ) ,
78+ Component . DesktopOnly ( Component . Explorer ( {
79+ title : "Wiki" ,
80+ sortFn : sortByRecentDate
81+ } ) ) ,
7982 ] ,
8083 right : [
8184 Component . DesktopOnly ( Component . TableOfContents ( ) ) ,
@@ -99,7 +102,10 @@ export const defaultListPageLayout: PageLayout = {
99102 { Component : Component . Darkmode ( ) } ,
100103 ] ,
101104 } ) ,
102- Component . DesktopOnly ( Component . Explorer ( { sortFn : sortByRecentDate } ) ) ,
105+ Component . DesktopOnly ( Component . Explorer ( {
106+ title : "Wiki" ,
107+ sortFn : sortByRecentDate
108+ } ) ) ,
103109 ] ,
104110 right : [ ] ,
105111}
You can’t perform that action at this time.
0 commit comments