Skip to content
Snippets Groups Projects
Commit f31029d3 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Merge branch 'open.links.new.tab' into 'develop'

Open links in new tab (people/publications)

See merge request !67
parents 6c093457 97e4c59b
2 merge requests!68Develop,!67Open links in new tab (people/publications)
Pipeline #7283 passed with stages
in 14 seconds
......@@ -72,7 +72,7 @@
<h4>{{.Params.tit}}</h4>
{{ if not (eq .Params.orcid "") }}
<p>
<a href="https://orcid.org/{{.Params.orcid}}"><img
<a href="https://orcid.org/{{.Params.orcid}}" target="_blank"><img
src="https://orcid.org/sites/default/files/images/orcid_16x16.png">orcid.org/{{.Params.orcid}}</a>
</p>
{{ end }}
......
......@@ -43,7 +43,7 @@
{{ if not (eq .Params.ppubmed "") }}
<h4><i><a href="https://www.ncbi.nlm.nih.gov/pubmed?term={{.Params.ppubmed}}" target="_blank">
{{else}}
<h4><i><a href="{{.Params.plink}}">
<h4><i><a href="{{.Params.plink}}" target="_blank">
{{end}}
{{.Params.pauthor}}, {{.Params.pjournal}},{{.Params.pdate}}</a></i></h4>
{{ range first 1 .Params.prepo }}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment