Skip to content

Commit 66fafb2

Browse files
committed
Missing closing tag - Fixes #96
1 parent 79e9e80 commit 66fafb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

news/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ crumbs:
1414
{% assign post_url = post.url | prepend:site.baseurl %}
1515
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post_url }}">{{ post.title }}</a>
1616
<p class="entry">{{ post.content | strip_html | truncate:250 }}
17-
<a href="{{ post_url }}">Read more…a>
17+
<a href="{{ post_url }}">Read more…</a>
1818
</p>
1919
</li>
2020
{% endfor %}

0 commit comments

Comments
 (0)