updates
This commit is contained in:
@@ -47,7 +47,7 @@ class ContentItem:
|
|||||||
with self.target_filename.open("w", encoding="utf-8") as f:
|
with self.target_filename.open("w", encoding="utf-8") as f:
|
||||||
f.write(content_item_template.render(content_item = self, page_title = self.title, parent_path = '../', categories = categories))
|
f.write(content_item_template.render(content_item = self, page_title = self.title, parent_path = '../', categories = categories))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error(e)
|
logger.error(f"Renderer: {e}")
|
||||||
|
|
||||||
def parse_content(self):
|
def parse_content(self):
|
||||||
logger.debug(f"Parsing file {self.source_filename}")
|
logger.debug(f"Parsing file {self.source_filename}")
|
||||||
|
|||||||
Reference in New Issue
Block a user