Updates
This commit is contained in:
@@ -46,7 +46,8 @@ class ContentItemPrototype:
|
||||
# Special handling for the 'about' item
|
||||
if self.slug == 'about':
|
||||
self.image = 'static/about.jpg'
|
||||
|
||||
|
||||
logger.info(f"Building the '{Config.MAIN_PAGE_TITLE}' site.")
|
||||
# Recreate the output dir if needed
|
||||
if output_dir.exists():
|
||||
shutil.rmtree(output_dir)
|
||||
|
||||
Reference in New Issue
Block a user