Why is my page title showing?
Created 6 years ago by vickencode

I have no reference to it in any of my custom theme views, where is this coming from and how do I make it stop? 😄

stevenweijdt  —  6 years ago

This was already solved in the pyrocms slack channel. But for others: in case it's a page.. check the page type layout. the default one shows: <h1>{{ page.title }}</h1> {{ page.content.render|raw }}

it's stored here: /path/storage/streams/<reference>/pages/types/1/layout.twig