updates
This commit is contained in:
@@ -160,7 +160,7 @@ class Site:
|
||||
content_item.render_content(categories = self.categories)
|
||||
|
||||
# Render the about file
|
||||
about_content = ContentItem(Path(f'themes/{Config.THEME}/static/about.md'))
|
||||
about_content = ContentItem(Path(f'themes/{Config.THEME}/content/about.md'))
|
||||
about_content.parse_content()
|
||||
about_content.render_content(categories = self.categories, target_file='public/static/about.html')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user