I’m not sure this is possible.
Right now, my blog shows one post and 3 content highlights when you open the homepage.
Page 2 onwards is meant to show only blog posts. In my current implementation is shows one post at a time.
My current implementation uses this loop
{{ $loop := (.Paginate (where .Data.Pages "Type" "!=" "page") 1).Pages }}
Also, will isHome return false if I am on page 2 of this loop?