Skip to content

Commit 3baffbf

Browse files
committed
Simplified link/doi
1 parent 8719037 commit 3baffbf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_pages/publications.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ toc: true
1212
{% for pub in pubs %}
1313
- **{{ pub.title }}** {{ pub.authors}},
1414
_{{ pub.venue }}_ ({{ pub.date | date: "%Y" }})
15-
{% if pub.link %}<a href="{{ pub.link }}">link</a>{% endif %}
16-
{% if pub.doi %} • <a href="https://doi.org/{{ pub.doi }}">doi</a>{% endif %}
15+
{% if pub.doi %} <a href="https://doi.org/{{ pub.doi }}">doi</a>{% endif %}
1716
{% if pub.pmid %} {{ pub.pmid }} {% endif %}
1817
{% endfor %}
1918

0 commit comments

Comments
 (0)