mirror of
https://git.adityakumar.xyz/hugo-devresume-theme.git
synced 2024-11-09 23:09:46 +00:00
added target = _blank to links
This commit is contained in:
parent
604064c526
commit
a7577f12bb
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue