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 a10481f commit db073a8Copy full SHA for db073a8
_includes/section.html
@@ -21,6 +21,8 @@
21
{%assign title_link = publication.webpage %}
22
{%elsif publication.paper%}
23
{%assign title_link = publication.paper %}
24
+ {%elsif publication.arxiv%}
25
+ {%assign title_link = publication.arxiv %}
26
{%else%}
27
{%assign title_link = '' %}
28
{%endif%}
@@ -93,4 +95,4 @@ <h3 class="publication-title"><a class="{% if title_link == '' %}disable-link{%
93
95
</div>
94
96
97
-</div>
98
+</div>
0 commit comments