Skip to content

Commit

Permalink
Update archive-single.html
Browse files Browse the repository at this point in the history
Signed-off-by: Gözde Özcan <[email protected]>
  • Loading branch information
gozde-ozcan authored Jun 3, 2024
1 parent ca920d3 commit 2c2afad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _includes/archive-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ <h2 class="archive__item-title" itemprop="headline">
<p class="archive__item-excerpt" itemprop="description"><p>{{ post.excerpt | markdownify | remove: '<p>' | remove: '</p>' }}<strong><a href="{{ base_path }}{{ post.url }}" rel="permalink"> Read more</a></strong></p></p>
{% endif %}

{% if post.citation and post.paperurl and post.slidesurl and post.talkurl %}
<p>Recommended citation: {{ post.citation }}<br /><a href="{{ post.paperurl }}">paper</a> | <a href="{{ post.slidesurl }}">slides</a> | <a href="{{ post.talkurl }}">talk</a></p>
{% elsif post.citation and post.paperurl and post.slidesurl %}
<p>Recommended citation: {{ post.citation }}<br /><a href="{{ post.paperurl }}">paper</a> | <a href="{{ post.slidesurl }}">slides</a></p>
{% elsif post.citation and post.paperurl and post.posterurl %}
<p>Recommended citation: {{ post.citation }}<br /><a href="{{ post.paperurl }}">paper</a> | <a href="{{ post.posterurl }}">poster</a></p>
{% if post.citation and post.paperurl and post.codeurl and post.slidesurl and post.talkurl %}
<p>Recommended citation: {{ post.citation }}<br /><a href="{{ post.paperurl }}">paper</a> | <a href="{{ post.codeurl }}">code</a> | <a href="{{ post.slidesurl }}">slides</a> | <a href="{{ post.talkurl }}">talk</a></p>
{% elsif post.citation and post.paperurl and post.codeurl and post.slidesurl %}
<p>Recommended citation: {{ post.citation }}<br /><a href="{{ post.paperurl }}">paper</a> | <a href="{{ post.codeurl }}">code</a> | <a href="{{ post.slidesurl }}">slides</a></p>
{% elsif post.citation and post.paperurl and post.codeurl and post.posterurl %}
<p>Recommended citation: {{ post.citation }}<br /><a href="{{ post.paperurl }}">paper</a> | <a href="{{ post.codeurl }}">code</a> | <a href="{{ post.posterurl }}">poster</a></p>
{% elsif post.citation and post.paperurl %}
<p>Recommended citation: {{ post.citation }}<br /><a href="{{ post.paperurl }}">paper</a></p>
{% elsif post.citation and post.slidesurl %}
Expand Down

0 comments on commit 2c2afad

Please sign in to comment.