Possible bug: Single layout for pages in v0.147.9

these will render your contact page

layouts/page.single.html
        ^Kind
             ^Layout

/layouts/page.page.html
         ^Kind
              ^Type (= 'page' if not set in front matter)

if you have both layouts the first one will win

1 Like