Skip to content

Commit

Permalink
fix: open social links in new tab/window
Browse files Browse the repository at this point in the history
fixes #891

Signed-off-by: Patrick Kollitsch <[email protected]>
  • Loading branch information
davidsneighbour committed Apr 29, 2024
1 parent d14acf6 commit 3748952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ <h3 class="fs-6 my-5 fw-bold text-uppercase">{{- lang.Translate "theme.connect-o
{{- $network := collections.Index $networks . -}}
<div class="col text-center">
<a
target="_blank"
href="{{- $network.url -}}"
aria-label="{{- $network.label -}}"
class="icon-{{ $network.icon }} p-2 d-inline-block"
Expand Down

0 comments on commit 3748952

Please sign in to comment.