mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-17 12:41:20 +08:00
website: update footer. #102
This commit is contained in:
@ -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());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user