Skip to content

Commit 2cdc88b

Browse files
authored
Merge pull request academicpages#28 from academicpages/read-more
post is not a type, show "read more" for all w/ excerpt
2 parents 0c8d65e + d0a0163 commit 2cdc88b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

_includes/archive-single.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@ <h2 class="archive__item-title" itemprop="headline">
4848

4949
{% if post.excerpt %}
5050
<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt | markdownify }}
51-
{% if post.collection == 'post' %}
52-
<a href="{{ base_path }}{{ post.url }}" rel="permalink"><i>... Read more</i></a>
53-
{% endif %}
54-
</p>
51+
<a href="{{ base_path }}{{ post.url }}" rel="permalink"><strong> Read more</strong></a></p>
5552
{% endif %}
5653

5754
{% if post.citation and post.paperurl %}

0 commit comments

Comments
 (0)