Skip to content

Commit db073a8

Browse files
authored
Show arxiv as paper title link in case no other link is present
1 parent a10481f commit db073a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_includes/section.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
{%assign title_link = publication.webpage %}
2222
{%elsif publication.paper%}
2323
{%assign title_link = publication.paper %}
24+
{%elsif publication.arxiv%}
25+
{%assign title_link = publication.arxiv %}
2426
{%else%}
2527
{%assign title_link = '' %}
2628
{%endif%}
@@ -93,4 +95,4 @@ <h3 class="publication-title"><a class="{% if title_link == '' %}disable-link{%
9395
</div>
9496
</div>
9597
</div>
96-
</div>
98+
</div>

0 commit comments

Comments
 (0)