Skip to content

Commit

Permalink
Merge pull request #138 from GSA-TTS/pb/static-noreferrer
Browse files Browse the repository at this point in the history
Using noreferrer where target=blank
  • Loading branch information
phildominguez-gsa authored Aug 6, 2024
2 parents ef289a8 + d649929 commit f617e17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/_includes/header.njk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="usa-overlay"></div>
<header class="usa-header usa-header--extended">

<div class="usa-navbar">
<div class="usa-logo" id="basic-logo">
<a class="usa-logo-link" href="{{ config.baseUrl }}">
Expand Down Expand Up @@ -57,7 +57,7 @@
{% endif %}
{% endfor %}
<li class="usa-nav__primary-item">
<a class="usa-nav__link text-primary-dark" href="https://support.fac.gov/hc" target="_blank">
<a class="usa-nav__link text-primary-dark" href="https://support.fac.gov/hc" target="_blank" rel="noopener noreferrer">
<span class="text-primary-dark">Helpdesk</span>
</a>
</li>
Expand Down Expand Up @@ -138,4 +138,4 @@
</div>
</div>
</nav>
</header>
</header>
3 changes: 2 additions & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ include_survey: true
<div class="usa-card__container home-image searching shadow-1">
<a class="usa-link text-white font-sans-2xl margin-0 text-semibold display-flex flex-column flex-align-center"
href="https://app.fac.gov/dissemination/search/"
target="_blank">
target="_blank"
rel="noopener noreferrer">
<p class="font-sans-2xl margin-0 display-block">Search</p>
<p class="font-sans-xl margin-0">for audits</p>
</a>
Expand Down

0 comments on commit f617e17

Please sign in to comment.