File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ <h2 class="nhsuk-u-visually-hidden">Support links</h2>
99 < a class ="nhsuk-footer__list-item-link " href ="{{ item.link | uri_escape }} "> {{ item.title }}</ a >
1010 </ li >
1111 {% endfor %}
12- < div >
13- < p class ="nhsuk-footer__copyright "> © NHS England</ p >
14- </ div >
12+ </ ul >
13+ < div >
14+ < p class ="nhsuk-footer__copyright "> © NHS England</ p >
15+ </ div >
1516 </ div >
1617 </ div >
1718 </ div >
Original file line number Diff line number Diff line change 2929 < ul class ="nhsuk-list nhsnotify-side-nav__list ">
3030 {% for section in first_level %}
3131 {% if section.name != "" %}
32- < p class ="nhsuk-u-font-weight-bold nhsnotify-side-nav__list-section "> {{ section.name }}</ p >
32+ < li class ="nhsuk-u-font-weight-bold nhsnotify-side-nav__list-section "> {{ section.name }}</ li >
3333 {% endif %}
3434 {% assign sorted = section.items | sort: 'nav_order' %}
3535 {% for post in sorted %}
You can’t perform that action at this time.
0 commit comments