website: update footer. #102

This commit is contained in:
jaywcjlove
2022-11-17 13:26:30 +08:00
parent 13e67d63ac
commit 709aef66fb
4 changed files with 11 additions and 6 deletions

View File

@ -81,7 +81,7 @@ export function create(str = '', options = {}) {
node.children = tocsData;
}
node.children.unshift(header(options));
node.children.push(footer());
node.children.push(footer(options));
node.children.push(anchorPoint());
}
}