Skip to content

Commit ffd24ef

Browse files
committed
External links open in new tab
1 parent ea471ec commit ffd24ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ <h3 class="card-header">{{ post.name }}</h3>
1717
<!--<li class="list-group-item">Vestibulum at eros</li>-->
1818
<!--</ul>-->
1919
<div class="card-block">
20-
<a href="{{ post.github_url }}" class="card-link">
20+
<a href="{{ post.github_url }}" class="card-link" target="_blank">
2121
<i class="fa fa-github" aria-hidden="true"></i> GitHub
2222
</a>
23-
<a href="{{ post.presentation_url }}" class="card-link">
23+
<a href="{{ post.presentation_url }}" class="card-link" target="_blank">
2424
<i class="fa fa-line-chart" aria-hidden="true"></i> Presentation
2525
</a>
2626
</div>

0 commit comments

Comments
 (0)