book/master_middleman/source/layouts/_title.erb (
5
lines of code) (
raw
):
<% if current_page.data.title %> <h1 class="title-container" <%= current_page.data.dita ? 'style="display: none;"' : '' %>> <%= current_page.data.title %> </h1> <% end %>