Show navigation only when posts exceed the paginate limit

I want the navigation template/partial to only show up in list pages when the number of posts exceed those configured in hugo.toml by default (10). How to go about it?

The embedded pagination template handles that already:

{{- if gt .Paginator.TotalPages 1 }} worked. I copied the terse version to a partial for personal use (and translation)

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.