We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f859e7 + 55310c9 commit 0c8d65eCopy full SHA for 0c8d65e
_includes/archive-single.html
@@ -47,7 +47,11 @@ <h2 class="archive__item-title" itemprop="headline">
47
{% endif %}
48
49
{% if post.excerpt %}
50
- <p class="archive__item-excerpt" itemprop="description">{{ post.excerpt | markdownify }}</p>
+ <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>
55
56
57
{% if post.citation and post.paperurl %}
0 commit comments