Skip to content

Commit

Permalink
added target blank to program website link
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivia206 committed Nov 4, 2024
1 parent 8c72f6a commit e84cc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/programs/hero-essential.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
{{ $target := .Params.website_url }}
{{ $label := (i18n "programs.website") }}
{{ if and $target $label }}
<a href="{{ $target }}" class="btn website">{{ $label }}</a>
<a href="{{ $target }}" class="btn website" target="_blank">{{ $label }}</a>
{{ end }}
{{ end }}

Expand Down

0 comments on commit e84cc50

Please sign in to comment.