:3
This commit is contained in:
parent
2030c4f3ec
commit
3dedf73860
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ def generate_post_history(pages_info, state):
|
|||
return post_history_json
|
||||
|
||||
# Get the pages info from the public/blog directory
|
||||
pages_info = pages.get_pages_info("", "assets/blog")
|
||||
pages_info = pages.get_pages_info("", "content/blog")
|
||||
|
||||
# Load the previous state from the assets/post_history.json file
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue