I am using the Hugo Learn Theme: Learn | Hugo Themes
It puts next/previous buttons (chevrons) that take up column space, and has a keyboard shortcut: left/right arrow to go next/previous pages.
Is there a way I can disable both the keyboard shortcuts and remove the chevrons to get back that space?
Practically speaking, I am not building a site for which “next/previous” navigation is useful.
I tried searching for variations on “hugo disable pager”, “navigation”, “next/previous buttons” etc but could not find an answer to question. I found the Hugo - Pagination doc page, but could not grok any relevant information from it.
Rob