[fix] section title

This commit is contained in:
xaoxuu 2023-11-28 17:41:52 +08:00
parent 5aa193c384
commit 2b17c47628
1 changed files with 3 additions and 1 deletions

View File

@ -84,7 +84,9 @@ function layoutDiv(fallback) {
});
} else {
// 单 section
if (proj.pages.length == 1) {
el += layoutTocHeader(page.toc_title);
}
el += '<div class="widget-body fs14">';
el += layoutDocTree(proj.pages);
el += '</div>';