Skip to content

Commit

Permalink
test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Huijun-Sun committed Jun 10, 2021
1 parent 784495b commit 12d4bcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/archive-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,12 @@ <h2 class="archive__item-title" itemprop="headline">
{% endif %}

{% if post.excerpt and site.read_more != 'enabled' %}
<h2>test9</h2>
<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt | markdownify }}</p>
{% elsif post.excerpt and site.read_more == 'enabled' %}
<h2>test8</h2>
<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>
<h2>test7</h2>
{% endif %}
<h2>test2</h2>
{% if post.citation and post.paperurl %}
Expand Down

0 comments on commit 12d4bcf

Please sign in to comment.