We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9821d2e commit a4d96bfCopy full SHA for a4d96bf
index.html
@@ -43,7 +43,7 @@ <h4>Publications</h4>
43
>Paper</a
44
>
45
{% endif %} {% if paper.arxiv %}
46
- <a class="button" href="{{ paper.arxiv }}" target="_blank">Arxiv</a>
+ <a class="button" href="{{ paper.arxiv }}" target="_blank">arXiv</a>
47
{% endif %} {% if paper.slides %}
48
<a class="button" href="{{ paper.slides }}" target="_blank">Slides</a>
49
{% endif %} {% if paper.website %}
0 commit comments