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 6a31433 commit 2883d01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _includes/archive-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +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>
<h2>test10</h2>
{% elsif post.excerpt and site.read_more == 'enabled' %}
<h2>test8</h2>
Expand Down

0 comments on commit 2883d01

Please sign in to comment.