Skip to content

Commit 6ddefb7

Browse files
authored
Update archive-single.html
1 parent 2b4a391 commit 6ddefb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/archive-single.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ <h2>{{title}}</h2>
5252
<p> {{post.authors}} </p>
5353
<!-- <a class="w3-button btn w3-white w3-text-blue w3-border" href="https://simple-bev.github.io/">project page</a> -->
5454
{% if post.paperurl and post.codeurl and post.arxivurl and post.biburl %}
55-
<p><a href="{{post.paperurl}}">[Paper]</a><a href="{{post.codeurl}}">[Code]</a><a href="{{post.arxivurl}}">[arXiv]</a><a href="{{post.biburl}}">[BibTeX]</a></p>
55+
<p><a href="{{post.paperurl}}">[Paper]</a> | <a href="{{post.codeurl}}">[Code]</a> | <a href="{{post.arxivurl}}">[arXiv]</a> | <a href="{{post.biburl}}">[BibTeX]</a></p>
5656
{% elsif post.paperurl and post.arxivurl and post.biburl %}
57-
<p><a href="{{post.paperurl}}">[Paper]</a><a href="{{post.arxivurl}}">[arXiv]</a><a href="{{post.biburl}}">[BibTeX]</a></p>
57+
<p><a href="{{post.paperurl}}">[Paper]</a> | <a href="{{post.arxivurl}}">[arXiv]</a> | <a href="{{post.biburl}}">[BibTeX]</a></p>
5858
{% elsif post.paperurl and post.biburl %}
59-
<p><a href="{{post.paperurl}}">[Paper]</a><a href="{{post.biburl}}">[BibTeX]</a></p>
59+
<p><a href="{{post.paperurl}}">[Paper]</a> | <a href="{{post.biburl}}">[BibTeX]</a></p>
6060
{% endif %}
6161
</td>
6262
</tr>

0 commit comments

Comments
 (0)