Skip to content

Commit

Permalink
Manuals: Update h1 to replicate page title
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtrussler authored and hannalaakso committed Oct 7, 2024
1 parent f2258bf commit 0511806
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<article aria-labelledby="section-title">
<div class="govuk-grid-column-full">
<%= 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,
Expand Down

0 comments on commit 0511806

Please sign in to comment.