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 6f72e69 commit f9b48d2Copy full SHA for f9b48d2
_includes/archive-single.html
@@ -54,8 +54,8 @@ <h2>{{title}}</h2>
54
<!-- <a class="w3-button btn w3-white w3-text-blue w3-border" href="https://simple-bev.github.io/">project page</a> -->
55
<a href="{{post.paperurl}}">[paper]</a>
56
<a href="{{post.codeurl}}">[code]</a>
57
- <a href="{{post.arxivrurl}}">[arXiv]</a>
58
- <a href="{{post.bibrurl}}">[BibTeX]</a>
+ <a href="{{post.arxivurl}}">[arXiv]</a>
+ <a href="{{post.biburl}}">[BibTeX]</a>
59
{% if post.additional_note %}
60
{{post.additional_note}}
61
{% endif %}
0 commit comments