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 79e9e80 commit 66fafb2Copy full SHA for 66fafb2
1 file changed
news/index.md
@@ -14,7 +14,7 @@ crumbs:
14
{% assign post_url = post.url | prepend:site.baseurl %}
15
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post_url }}">{{ post.title }}</a>
16
<p class="entry">{{ post.content | strip_html | truncate:250 }}
17
- <a href="{{ post_url }}">Read more…a>
+ <a href="{{ post_url }}">Read more…</a>
18
</p>
19
</li>
20
{% endfor %}
0 commit comments