File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
< h2 > {{title}}</ h2 >
52
52
< p > {{post.authors}} </ p >
53
53
<!-- <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 %}
55
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 >
56
- {% elsif post.paperurl if post.arxivurl and post.biburl %}
56
+ {% elsif post.paperurl and post.arxivurl and post.biburl %}
57
57
< p > < a href ="{{post.paperurl}} "> [Paper]</ a > < a href ="{{post.arxivurl}} "> [arXiv]</ a > < a href ="{{post.biburl}} "> [BibTeX]</ a > </ p >
58
58
{% elsif post.paperurl and post.biburl %}
59
59
< p > < a href ="{{post.paperurl}} "> [Paper]</ a > < a href ="{{post.biburl}} "> [BibTeX]</ a > </ p >
You can’t perform that action at this time.
0 commit comments