Turn off pagination

Hi bep,

I tried to disable pagination for only “tags” Taxonomy.
In my template I tried

{{ if and (.Paginator) (ne .Name "Tags") }}

With the code above, I managed to hide pagination bar in my tags page.

But Hugo still generates pagination pages for tags.

I also tried a separate tag.terms.html without any reference to Paginator, but it was the same.

How can I disable the generation of tags pages only?