:3
This commit is contained in:
parent
4c2c33b269
commit
b961db0767
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
export default {
|
||||
// Site information
|
||||
siteTitle: 'My Site',
|
||||
siteDescription: 'My site description',
|
||||
siteTitle: 'TheFelidae',
|
||||
siteDescription: 'TheFelidae\'s site and rambling ground',
|
||||
siteUrl: 'https://thefelidae.github.io',
|
||||
siteImage: '',
|
||||
|
||||
|
|
|
@ -105,7 +105,7 @@ pages_info = pages.get_pages_info("", "public/blog")
|
|||
|
||||
# Load the previous state from the assets/post_history.json file
|
||||
try:
|
||||
with open("assets/post_history.json", "r") as f:
|
||||
with open("assets/meta/post_history.json", "r") as f:
|
||||
state = f.read()
|
||||
except FileNotFoundError:
|
||||
state = "{\"post_history\": []}"
|
||||
|
|
Loading…
Add table
Reference in a new issue