mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
hugolib: Put back taxonomy term paginator logic lost in rebase
This commit is contained in:
@@ -549,7 +549,7 @@ func (s *Site) preparePagesForRender(cfg *BuildCfg) {
|
||||
}
|
||||
|
||||
// TODO(bep) output this is temporary
|
||||
if p.IsNode() && p.Kind != KindTaxonomyTerm {
|
||||
if p.IsNode() {
|
||||
p.outputTypes = outputTypesWithRSS
|
||||
} else {
|
||||
p.outputTypes = outputTypesHTML
|
||||
|
Reference in New Issue
Block a user