Skip to content

Commit

Permalink
Merge pull request #420 from isomerpages/next-gen-develop
Browse files Browse the repository at this point in the history
refactor: remove referrer policy for amplify (#418)
  • Loading branch information
harishv7 authored Aug 21, 2024
2 parents e0c89c6 + 473d5f0 commit bd01729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/functions/external_url.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{%- endif -%}

{%- if external -%}
{%- capture anchor -%}href="{{url_input}}" target="_blank" rel="noreferrer"{%- endcapture -%}
{%- capture anchor -%}href="{{url_input}}" target="_blank" rel="noopener nofollow"{%- endcapture -%}
{%- else -%}
{%- capture anchor -%}href="{{site.baseurl}}{{url_input}}"{%- endcapture -%}
{%- endif -%}
{%- endif -%}

0 comments on commit bd01729

Please sign in to comment.