Skip to content

Commit 3ed0de0

Browse files
committed
Fix publications list urls
1 parent 8b0bba6 commit 3ed0de0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/publications.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{{ publication.authors }} ({{ publication.date }}).<br />
33
<b>{{ publication.title }}</b> [{{ publication.type }}].<br />
44
{% if publication.ads %}ADS: <a href="{{ publication.ads }}">{{ publication.ads }}</a>.<br />{% endif %}
5-
{% if publication.doi %}DOI: <a href="{{ publication.doi }}">{{ publication.doi }}</a>.<br />{% endif %}
5+
{% if publication.doi %}DOI: {{ publication.doi }}.<br />{% endif %}
66
{% if publication.urn %}URN: <a href="{{ publication.urn }}">{{ publication.urn }}</a>.<br />{% endif %}
7-
{% if publication.uri %}URL: <a href="{{ publication.urn }}">{{ publication.uri }}</a>.<br />{% endif %}
7+
{% if publication.uri %}URL: <a href="{{ publication.uri }}">{{ publication.uri }}</a>.<br />{% endif %}
88
<br />
99
</li>

0 commit comments

Comments
 (0)