mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
added redux
This commit is contained in:
@@ -43,7 +43,6 @@ function parse_dir(dir, folder_name){
|
||||
title: marked('<h2>' + tokens[0].text + '</h2>'),
|
||||
intro: marked(tokens[1].text)
|
||||
}
|
||||
console.log(marked(file));
|
||||
json.posts.push(temp);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user