diff --git a/scribble_to_epub/scribblehub.py b/scribble_to_epub/scribblehub.py index e75d6b0..b7d18b8 100644 --- a/scribble_to_epub/scribblehub.py +++ b/scribble_to_epub/scribblehub.py @@ -429,6 +429,7 @@ class ScribbleBook: ) intro.add_item(nav_css) book.add_item(intro) + for chapter in self.chapters: c = epub.EpubHtml( title=chapter.title,