Making sure it's testing against this code

This commit is contained in:
Jonathan Bobel
2024-09-25 15:15:50 -04:00
parent 67ad9148d6
commit 72eff3235e

View File

@@ -1,4 +1,4 @@
<nav class="usa-breadcrumb" aria-label="Back button">
<a href="{%- if params.href %}{{ params.href }}{% else %}#{% endif -%}" class="usa-link usa-back-link display-inline-flex margin-bottom-3 {%- if params.classes %} {{ params.classes }}{% endif -%}"
<a href="{%- if params.href %}{{ params.href }}{% else %}#{% endif -%}" class="usa-link usa-back-link display-inline-flex {%- if params.classes %} {{ params.classes }}{% endif -%}"
{%- for attribute, value in params.attributes %} {{attribute}}="{{value}}"{% endfor %}>{{ (params.html | safe if params.html else (params.text if params.text else 'Back')) }}</a>
</nav>