Fixed news script for zola 0.19
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
de09b98b28
commit
2eb2b68459
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ function parseHtml(html) {
|
|||
if (!fs.existsSync(dir)) {
|
||||
console.log('Creating ' + dir);
|
||||
fs.mkdirSync(dir, { recursive: true });
|
||||
fs.writeFileSync(dir + '/../_index.md', `---\ndate: ${yyyyMMdd}\nsort_by: date\ntemplate: news/date_section.html\n---`);
|
||||
fs.writeFileSync(dir + '/../_index.md', `---\nsort_by: date\ntemplate: news/date_section.html\n---`);
|
||||
}
|
||||
|
||||
// Each message may have 0 or more photos.
|
||||
|
|
Loading…
Add table
Reference in a new issue