diff --git a/app/views/content_items/manuals/_manual_section_layout.html.erb b/app/views/content_items/manuals/_manual_section_layout.html.erb index c152f9d71f..cc68cf1802 100644 --- a/app/views/content_items/manuals/_manual_section_layout.html.erb +++ b/app/views/content_items/manuals/_manual_section_layout.html.erb @@ -13,7 +13,7 @@
<%= render "govuk_publishing_components/components/heading", { - text: @content_item.document_heading.join(" - "), + text: "#{@content_item.title} - #{@content_item.document_heading.join(" - ")}", font_size: "l", id: "section-title", heading_level: 1,