This commit is contained in:
Mrrp 2025-01-03 21:55:26 -08:00
parent 4c2c33b269
commit b961db0767
2 changed files with 3 additions and 3 deletions

View file

@ -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: '',

View file

@ -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\": []}"