Skip to content

Commit 2b4a391

Browse files
authored
Update archive-single.html
1 parent 9192fe5 commit 2b4a391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/archive-single.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
<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> -->
54-
{% if post.paperurl and post.codeurl and if post.arxivurl and post.biburl %}
54+
{% if post.paperurl and post.codeurl and post.arxivurl and post.biburl %}
5555
<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>
56-
{% elsif post.paperurl if post.arxivurl and post.biburl %}
56+
{% elsif post.paperurl and post.arxivurl and post.biburl %}
5757
<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 %}
5959
<p><a href="{{post.paperurl}}">[Paper]</a><a href="{{post.biburl}}">[BibTeX]</a></p>

0 commit comments

Comments
 (0)