Following the guidance set out here: Rails: How to change the title of a page?
I am attempting to use: <h1><%= content_for(:title, "Title for specific page") %></h1>
While my page title does update successfully: <title>Title for specific page</title>
In my source code the <h1>
tags are empty: <h1></h1>
Any ideas what I am doing incorrectly?