added target = _blank to links

This commit is contained in:
Jerry Kiely 2019-11-04 01:16:38 +00:00
parent 604064c526
commit a7577f12bb
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">
<a class="resume-link" href="{{ .url }}">{{ .title }}</a>
<a class="resume-link" href="{{ .url }}" target="_blank">{{ .title }}</a>
</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-left text-md-right">{{ .meta }}</div>
</div>

View file

@ -3,7 +3,7 @@
<ul class="resume-social-list list-inline mx-auto mb-0 d-inline-block text-muted">
{{ range .Site.Params.social.list }}
<li class="list-inline-item mb-lg-0 mr-3">
<a class="resume-link" href="{{ .url }}">
<a class="resume-link" href="{{ .url }}" target="_blank">
<i class="{{ .style }} {{ .icon }} fa-2x mr-2" data-fa-transform="down-4"></i>
<span class="d-none d-lg-inline-block text-muted">{{ .title }}</span>
</a>