Skip to content

Commit 8fdce47

Browse files
Fixed footer links
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
1 parent c2ef8d3 commit 8fdce47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_includes/usa_identifier.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<li
88
class="grid-col-12 tablet-lg:grid-col-auto usa-footer__primary-content font-body-3xs margin-bottom-0 border-top-0">
99
<a class="usa-footer__primary-link padding-bottom-1 padding-top-0 tablet-lg:padding-y-2 text-base-dark"
10-
href="./about"><span class="text-base-dark">About</span></a>
10+
href="{{ "/about/" | url }}"><span class="text-base-dark">About</span></a>
1111
</li>
1212
<li
1313
class="grid-col-12 tablet-lg:grid-col-auto usa-footer__primary-content font-body-3xs margin-bottom-0 border-top-0">
1414
<a class="usa-footer__primary-link padding-bottom-1 padding-top-0 tablet-lg:padding-y-2 text-base-dark"
15-
href="./privacy-policy"><span class="text-base-dark">Privacy
15+
href="{{ "/privacy-policy/" | url }}"><span class="text-base-dark">Privacy
1616
Policy</span></a>
1717
</li>
1818
<li

0 commit comments

Comments
 (0)