Updates dependencies and reorders character assets
Updates the project's dependencies to their latest versions to incorporate bug fixes and performance improvements. Also reorders character assets for better organization.
This commit is contained in:
@@ -107,7 +107,7 @@ event_url: {event_url}
|
||||
how_to_find_us: {how_to_find_us}
|
||||
---
|
||||
"""
|
||||
post += f"\n{description}\n"
|
||||
post += f"\n\n{description}\n"
|
||||
# create the content/event directory if it doesn't exist
|
||||
os.makedirs("content/event", exist_ok=True)
|
||||
# write to a markdown file where is in the format content/event/YYYY-MM-DD-event-title.md
|
||||
|
||||
Reference in New Issue
Block a user