mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2026-06-28 08:34:30 +00:00
Change readme generate template.
This commit is contained in:
@@ -138,7 +138,7 @@ async function getAllMarkdown(path) {
|
||||
}
|
||||
|
||||
function inlineTemplate(file, path) {
|
||||
return `* [${file.replace('.md', '')}](${path}/${file})\n`;
|
||||
return `- [${file.replace('.md', '')}](${path}/${file})\n`;
|
||||
}
|
||||
|
||||
function categoryTemplate(title, inlineStr) {
|
||||
|
||||
Reference in New Issue
Block a user