Skip to content
Snippets Groups Projects
Commit ad3f0419 authored by Paul Millar's avatar Paul Millar
Browse files

Fix project page to use correct link to DOI

Motivation:

Links for projects are currently broken.

Modification:

Fix simple typo.

Result:

Projects acronym links to corresponding DOI.
parent 36a3725e
No related branches found
No related tags found
1 merge request!12Fix project page to use correct link to DOI
Pipeline #266589 passed
......@@ -38,7 +38,7 @@ The projects in which members of our group are or have been involved are listed
{% for project in site.data.projects %}
<tr>
<td>
<a href="https://doi.org/{{ project.doi }}">{{ project.acronym }}</a> ({{ project.startDate | date: "%Y" }} - {{ project.endDate | date: "%Y" }})
<a href="https://doi.org/{{ project.grantDoi }}">{{ project.acronym }}</a> ({{ project.startDate | date: "%Y" }} - {{ project.endDate | date: "%Y" }})
</td>
<td class="justify">{{ project.teaser }}</td>
<td class="nowrap">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment