We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea471ec commit ffd24efCopy full SHA for ffd24ef
1 file changed
_layouts/default.html
@@ -17,10 +17,10 @@ <h3 class="card-header">{{ post.name }}</h3>
17
<!--<li class="list-group-item">Vestibulum at eros</li>-->
18
<!--</ul>-->
19
<div class="card-block">
20
- <a href="{{ post.github_url }}" class="card-link">
+ <a href="{{ post.github_url }}" class="card-link" target="_blank">
21
<i class="fa fa-github" aria-hidden="true"></i> GitHub
22
</a>
23
- <a href="{{ post.presentation_url }}" class="card-link">
+ <a href="{{ post.presentation_url }}" class="card-link" target="_blank">
24
<i class="fa fa-line-chart" aria-hidden="true"></i> Presentation
25
26
</div>
0 commit comments