I'm modifying the Bootstrap theme in the Blog skeleton and I'm having a hard time turning off pagination. There are seven posts in the skeleton, but I can only get 5 to show at any point. I've changed a bunch of files:
plugins/pagination/pagination.yaml
enabled: false
config/system.yaml
pages:
list:
count: 100
I've also removed the pagination block from base.html.twig. I think I've hit everything mentioned in the docs...have I missed something else?