mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-19 09:55:26 -04:00
Revert "hugolib: Render paginator pages for taxonomy terms"
This reverts commit 4d679627ecf7801ee80cbd37909155728249829e. Will have to think a little more about this.
This commit is contained in:
parent
3631fd2f0e
commit
a8a8249f67
@ -71,7 +71,8 @@ func pageRenderer(s *Site, pages <-chan *Page, results chan<- error, wg *sync.Wa
|
||||
results <- err
|
||||
}
|
||||
|
||||
if p.IsNode() {
|
||||
// Taxonomy terms have no page set to paginate, so skip that for now.
|
||||
if p.IsNode() && p.Kind != KindTaxonomyTerm {
|
||||
if err := s.renderPaginator(p); err != nil {
|
||||
results <- err
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user