Skip to content

Commit 3316e2c

Browse files
Make the blog and the handbook links in the navbar to open in another window (sef-global#1469)
Make the blog and the handbook links in the navbar to open in another window
1 parent 4a6625a commit 3316e2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/content/static/navbar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
<div class="dropdown-menu dropdown-menu-xl">
4343
<div class="dropdown-menu-inner">
4444

45-
<a href="https://sefglobal.medium.com/" class="media d-flex align-items-center">
45+
<a href="https://sefglobal.medium.com/" target="_blank" class="media d-flex align-items-center">
4646
<div class="media-body ml-3">
4747
<h6 class="text-primary mb-md-1">Blog</h6>
4848
</div>
4949
</a>
50-
<a href="https://handbook.sefglobal.org" class="media d-flex align-items-center">
50+
<a href="https://handbook.sefglobal.org" target="_blank" class="media d-flex align-items-center">
5151
<div class="media-body ml-3">
5252
<h6 class="text-primary mb-md-1">Handbook</h6>
5353
</div>

0 commit comments

Comments
 (0)