We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db073a8 commit 0953b6dCopy full SHA for 0953b6d
_includes/section.html
@@ -22,7 +22,7 @@
22
{%elsif publication.paper%}
23
{%assign title_link = publication.paper %}
24
{%elsif publication.arxiv%}
25
- {%assign title_link = publication.arxiv %}
+ {%assign title_link = "https://arxiv.org/abs/" | append: publication.arxiv %}
26
{%else%}
27
{%assign title_link = '' %}
28
{%endif%}
0 commit comments