diff piecrust/sources/array.py @ 711:ab5c6a8ae90a

bake: Replace hard-coded taxonomy support with "generator" system. * Taxonomies are now implemented one or more `TaxonomyGenerator`s. * A `BlogArchivesGenerator` stub is there but non-functional.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 26 May 2016 19:52:47 -0700
parents e7b865f8f335
children
line wrap: on
line diff
--- a/piecrust/sources/array.py	Thu May 26 19:46:28 2016 -0700
+++ b/piecrust/sources/array.py	Thu May 26 19:52:47 2016 -0700
@@ -42,6 +42,3 @@
         for p in self.inner_source:
             yield CachedPageFactory(p)
 
-    def getTaxonomyPageRef(self, tax_name):
-        return None
-