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

Merge branch 'develop' into 'master'

Develop

See merge request !68
parents 95fcc075 f31029d3
Branches
Tags
2 merge requests!82Master,!68Develop
Pipeline #7285 passed with stages
in 20 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