Suddenly sitename is displayed as h1 before posts

Hi there. I am using theme mainroad (my fork) https://gitlab.com/wojcieh/wojcieh-net-mainroad and suddenly on the main page sitename pops up with h1 header. I don’t recall any changes to theme in that section.

When I comment out <h1 class="main__title">{{ . }}</h1> - see commit https://gitlab.com/wojcieh/wojcieh-net-mainroad/commit/5292fe81be72dd3d5dfc4a385c0e2b111c83acfb it is gone. But somehow pages are displayed on the main page. How can I exclude those pages from posts “feed” but leave them as they are on top menu?

Site URL: https://www.wojcieh.net/

Have you updated the version of Hugo you’re using to build the site?

There was a change to what .Pages referred to in Hugo 0.57.0 (and later).

https://gitlab.com/wojcieh/wojcieh-net-mainroad/blob/master/layouts/_default/list.html#L13

The docs explain how the various variables now work.

What you probably want is