Give all h1s an id

This commit is contained in:
Tom Byers
2020-09-03 16:11:52 +01:00
parent 9598d3a97b
commit 48902a2bac

View File

@@ -9,6 +9,6 @@
{{ govukBackLink({ "href": back_link }) }}
{% endif %}
<h1 class="heading-large">{{ h1 }}</h1>
<h1 class="heading-large" id="page-header">{{ h1 }}</h1>
{% endmacro %}