diff options
Diffstat (limited to 'src/page/homepage.js')
-rw-r--r-- | src/page/homepage.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/page/homepage.js b/src/page/homepage.js index 9722f105..465152aa 100644 --- a/src/page/homepage.js +++ b/src/page/homepage.js @@ -84,7 +84,9 @@ export function writeTargetless({wikiData}) { main: { classes: ['top-index'], - content: html.fragment([ + headingMode: 'none', + + content: [ html.tag('h1', wikiInfo.name), @@ -136,7 +138,7 @@ export function writeTargetless({wikiData}) { })), ]), ]))), - ]), + ], }, sidebarLeft: homepageLayout.sidebarContent && { |