set url target link to blank (#278)
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
parent
cf4665085c
commit
23725c220c
7 changed files with 8 additions and 8 deletions
|
@ -27,7 +27,7 @@
|
|||
<div class="row">
|
||||
<div class="col-lg-10 col-md-8">
|
||||
{{ if .institution.url }}
|
||||
<h5><a href="{{ .institution.url }}">{{ .institution.name }}</a></h5>
|
||||
<h5><a href="{{ .institution.url }}" target="_blank">{{ .institution.name }}</a></h5>
|
||||
{{ else }}
|
||||
<h5>{{ .institution.name }}</h5>
|
||||
{{ end }}
|
||||
|
@ -43,7 +43,7 @@
|
|||
<h6 class="text-muted">{{ i18n "publications"}}</h6>
|
||||
<ul>
|
||||
{{ range .publications }}
|
||||
<li><a href="{{ .url }} ">{{ .title }}</a></li>
|
||||
<li><a href="{{ .url }} " target="_blank">{{ .title }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue