:3
This commit is contained in:
parent
6c2bae94d8
commit
2d78426857
11 changed files with 159 additions and 101 deletions
|
@ -56,5 +56,5 @@ post_list = generate_page_list(pages.get_pages_info("", "assets/blog"));
|
|||
print(post_list)
|
||||
|
||||
# Output to assets/blog_list.json (overwriting)
|
||||
with open("assets/blog_list.json", "w") as f:
|
||||
with open("assets/meta/post_list.json", "w") as f:
|
||||
f.write(post_list)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue