mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
Merge pull request #1978 from GSA/1971-bug-two-skip-links
1971 - BUG - There were two main content skip links
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
<a href="{{ params.href | default('#content') }}" class="usa-skipnav{%- if params.classes %} {{ params.classes }}{% endif -%}"{%- for attribute, value in params.attributes %} {{ attribute }}="{{ value }}"{% endfor %}>
|
<a href="{{ params.href | default('#content') }}" class="usa-skipnav{%- if params.classes %} {{ params.classes }}{% endif -%}"{%- for attribute, value in params.attributes %} {{ attribute }}="{{ value }}"{% endfor %}>
|
||||||
{{- params.html | safe if params.html else params.text -}}
|
{{- params.html | safe if params.html else params.text -}}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="usa-skipnav " href="#main-content">
|
|
||||||
Skip to main content
|
|
||||||
</a>
|
|
||||||
Reference in New Issue
Block a user