mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
@@ -71,8 +71,7 @@ func pageRenderer(s *Site, pages <-chan *Page, results chan<- error, wg *sync.Wa
|
|||||||
results <- err
|
results <- err
|
||||||
}
|
}
|
||||||
|
|
||||||
// Taxonomy terms have no page set to paginate, so skip that for now.
|
if p.IsNode() {
|
||||||
if p.IsNode() && p.Kind != KindTaxonomyTerm {
|
|
||||||
if err := s.renderPaginator(p); err != nil {
|
if err := s.renderPaginator(p); err != nil {
|
||||||
results <- err
|
results <- err
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user