Skip to content

Commit

Permalink
Fix the blog link in the footer opening in the same tab (#1600)
Browse files Browse the repository at this point in the history
Co-authored-by: Anjula Shanaka <[email protected]>
  • Loading branch information
YoshithaRathnayake and anjula-sack authored Jan 2, 2024
1 parent 38c0829 commit d64b944
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/content/static/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ <h4 class="mb-0 font-weight-light">Get in touch with using any of these platform
<a href="/team.html" class="nav-link">Team</a>
</li>
<li class="nav-item">
<a href="https://sefglobal.medium.com/" class="nav-link">Blog</a>
<!-- <a href="https://sefglobal.org/blog.html" class="nav-link">Blog</a> -->
<a href="https://sefglobal.medium.com/" target="_blank" class="nav-link">Blog</a>
</li>
<li class="nav-item">
<a href="/join-us.html" class="nav-link">Join Us</a>
Expand Down

0 comments on commit d64b944

Please sign in to comment.