添加系列文章目录

This commit is contained in:
qsgy-edge
2022-05-20 16:55:51 +08:00
Unverified
parent 9a86429484
commit 08b7cd9dbb
3 changed files with 20 additions and 0 deletions

View File

@@ -6,6 +6,9 @@
else if (page.highlight_shrink === true || page.highlight_shrink === false) isHighlightShrink = page.highlight_shrink
else isHighlightShrink = theme.highlight_shrink
if (page.series)
var Series = page.series
var showToc = false
if (theme.aside.enable && page.aside !== false) {
let tocEnable = false