mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
e117b1b2c7
commit
4d679627ec
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue