We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55310c9 commit d0a0163Copy full SHA for d0a0163
_includes/archive-single.html
@@ -48,10 +48,7 @@ <h2 class="archive__item-title" itemprop="headline">
48
49
{% if post.excerpt %}
50
<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>
+ <a href="{{ base_path }}{{ post.url }}" rel="permalink"><strong> Read more</strong></a></p>
55
{% endif %}
56
57
{% if post.citation and post.paperurl %}
0 commit comments