diff piecrust/sources/blogarchives.py @ 877:d6d35b2efd04

bake: Rename "pass" to "step" and make the page pipeline use different steps. That pipeline is now first loading all pages, and then rendering full pages unless they trigger a sub-render.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 15 Jun 2017 22:16:23 -0700
parents d1095774bfcf
children 1d0364614665
line wrap: on
line diff
--- a/piecrust/sources/blogarchives.py	Thu Jun 15 07:33:40 2017 -0700
+++ b/piecrust/sources/blogarchives.py	Thu Jun 15 22:16:23 2017 -0700
@@ -145,7 +145,7 @@
 
 class BlogArchivesPipeline(ContentPipeline):
     PIPELINE_NAME = 'blog_archives'
-    PASS_NUM = 1
+    PASS_NUM = 10
     RECORD_ENTRY_CLASS = BlogArchivesPipelineRecordEntry
 
     def __init__(self, source, ctx):