This commit is contained in:
SG
2025-06-16 17:55:58 +03:00
parent 87484fe341
commit cfe8e9a799
7 changed files with 32 additions and 25 deletions

View File

@@ -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')