Skip to content

Commit a906dcf

Browse files
committed
change links to paragraphs
1 parent 6dc1ff5 commit a906dcf

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

application/templates/layouts/layout--guidance.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h1 class="govuk-heading-xl">{{ pageData.pageTitle }}</h1>
8383
'current': true if pageData.name == 'tree-preservation-order' else false,
8484
}
8585
]
86-
}
86+
},
8787
{
8888
'text': 'Publish data on your website',
8989
'theme': themes[0],

application/templates/pages/guidance/index.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
{% endblock %}
1212
{% block content_primary %}
1313

14-
<h2 class="govuk-heading-s govuk-!-margin-bottom-1">
14+
<p>
1515
<a href="specifications/">Prepare data to the specifications</a>
16-
</h2>
16+
</p>
1717

18-
<h2 class="govuk-heading-s govuk-!-margin-bottom-1">
18+
<p>
1919
<a href="publish-data-on-your-website/">Publish data on your website</a>
20-
</h2>
20+
</p>
2121

22-
<h2 class="govuk-heading-s govuk-!-margin-bottom-1">
22+
<p>
2323
<a href="keep-your-data-up-to-date/">Keep your data up to date</a>
24-
</h2>
24+
</p>
2525

26-
<h2 class="govuk-heading-s govuk-!-margin-bottom-1">
26+
<p>
2727
<a href="try-check-publish-service/">Try our new check and publish service</a>
28-
</h2>
28+
</p>
2929

3030
{# <hr class="govuk-section-break govuk-section-break--visible govuk-section-break--l"> #}
3131
{% endblock %}

0 commit comments

Comments
 (0)