Skip to content

Commit 8af865c

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_includes/archive-single.html

Lines changed: 7 additions & 7 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 %}
6154
</td>
6255
</tr>
6356
</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 %}
6464

6565
</article>
6666
</div>

0 commit comments

Comments
 (0)