Skip to content

Commit 94590bc

Browse files
authored
Update archive-single.html
1 parent b066c82 commit 94590bc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

_includes/archive-single.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@
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 %}
55+
<p><a href="{{post.paperurl}}">[paper]</a><a href="{{post.codeurl}}">[paper]</a><a href="{{post.arxivurl}}">[paper]</a><a href="{{post.biburl}}">[paper]</a></p>
56+
{% elsif post.paperurl if post.arxivurl and post.biburl %}
57+
<p><a href="{{post.paperurl}}">[paper]</a><a href="{{post.arxivurl}}">[paper]</a><a href="{{post.biburl}}">[paper]</a></p>
58+
{% elsif post.paperurl and post.biburl %}
59+
<p><a href="{{post.paperurl}}">[paper]</a><a href="{{post.biburl}}">[paper]</a></p>
60+
{% endif %}
5461
</td>
5562
</tr>
5663
</table>
57-
{% if post.paperurl and post.codeurl and if post.arxivurl and post.biburl %}
58-
<p><a href="{{post.paperurl}}">[paper]</a><a href="{{post.codeurl}}">[paper]</a><a href="{{post.arxivurl}}">[paper]</a><a href="{{post.biburl}}">[paper]</a></p>
59-
{% elsif post.paperurl if post.arxivurl and post.biburl %}
60-
<p><a href="{{post.paperurl}}">[paper]</a><a href="{{post.arxivurl}}">[paper]</a><a href="{{post.biburl}}">[paper]</a></p>
61-
{% elsif post.paperurl and post.biburl %}
62-
<p><a href="{{post.paperurl}}">[paper]</a><a href="{{post.biburl}}">[paper]</a></p>
63-
(% endif %)
64-
64+
6565
</article>
6666
</div>

0 commit comments

Comments
 (0)