I'm trying to modify a page title without having an <h1> tag in my page. Is it possible?
The current behaviour when setting html_title = 'test' is to output <no title> test. I would for example like to remove the <no title> part so my page title is equal to html_title. Do I need to create a template for that?
I'm trying to modify a page title without having an
<h1>tag in my page. Is it possible?The current behaviour when setting
html_title = 'test'is to output<no title> test. I would for example like to remove the<no title>part so my page title is equal tohtml_title. Do I need to create a template for that?