Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Huijun-Sun committed Jun 10, 2021
1 parent 533c877 commit 3d16fee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _includes/archive-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,16 @@ <h2 class="archive__item-title" itemprop="headline">
{% elsif post.excerpt and site.read_more == 'enabled' %}
<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 %}

<p>test2</p>
{% if post.citation and post.paperurl %}
<p>Recommended citation: {{ post.citation }} <a href="{{ post.paperurl }}"><u> View here </u></a></p>
<p>test3</p>
{% elsif post.citation %}
<p>Recommended citation: {{ post.citation }} </p>
<p>test4</p>
{% elsif post.paperurl %}
<p>Download <a href=" {{ post.paperurl }} "><u>here</u></a></p>
<p>test5</p>
{% else%}
<p>test</p>
{% endif %}
Expand Down

0 comments on commit 3d16fee

Please sign in to comment.