Skip to content

Commit

Permalink
Update archive-single.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Huijun-Sun committed Jun 10, 2021
1 parent 2883d01 commit be4cc2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/archive-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ <h2 class="archive__item-title" itemprop="headline">

{% if post.excerpt and site.read_more != 'enabled' %}
<h2>test9</h2>
<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt }} test</p>
<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt | markdownify }} test</p>
<p class="archive__item-excerpt" itemprop="description">{{ markdownify }} test</p>
<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt }} test1</p>
<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt | markdownify }} test2</p>
<p class="archive__item-excerpt" itemprop="description">{{ markdownify }} test3</p>
<h2>test10</h2>
{% elsif post.excerpt and site.read_more == 'enabled' %}
<h2>test8</h2>
Expand Down

0 comments on commit be4cc2d

Please sign in to comment.