Skip to content

Commit

Permalink
Edit to open bio link in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
juliastone0729 committed Nov 21, 2023
1 parent d878a39 commit 36e42bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/feature/blogbio.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<img class="img-fluid py-0 px-2 my-auto" src="{{ include.img }}" style="max-height: 200px;"/>
</div>
<div class="col-10">
<p class="h4 my-0"><a href="{{ include.link }}">{{ include.name }}</a></p>
<p class="mt-1 mb-0 small">{{ include.bio }} ... <a href="{{ include.link }}">Learn More</a> </p>
<p class="h4 my-0"><a href="{{ include.link }}" target="_blank">{{ include.name }}</a></p>
<p class="mt-1 mb-0 small">{{ include.bio }} ... <a href="{{ include.link }}" target="_blank">Learn More</a> </p>
</div>
</div>

Expand Down

0 comments on commit 36e42bd

Please sign in to comment.