We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da91a6 commit 78a9e61Copy full SHA for 78a9e61
_includes/archive-single.html
@@ -48,7 +48,7 @@ <h2 class="archive__item-title" itemprop="headline">
48
49
{% if post.citation and post.paperurl and post.arxiv %}
50
<p>{{ post.citation }} <br> <a href="{{ post.paperurl }}"><u>Arxiv</u></a></p>
51
- {% if post.citation and post.paperurl %}
+ {% elseif post.citation and post.paperurl %}
52
<p>{{ post.citation }} <br> <a href="{{ post.paperurl }}"><u>Available here</u></a></p>
53
{% elsif post.citation %}
54
<p>{{ post.citation }} </p>
0 commit comments