Skip to content

Commit f8c25ea

Browse files
committed
Replace ellipsis with an arrow in "continue reading"
1 parent fa719ae commit f8c25ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2 class="entry-title"><a class="spec" href="{{ post.url }}" title="{{ post.tit
1616
{{ post.excerpt }}
1717
</div><!-- .entry-summary -->
1818

19-
<p><a href="{{ post.url }}" title="{{ post.title }}" rel="bookmark">Continue reading...</a></p>
19+
<p><a href="{{ post.url }}" title="{{ post.title }}" rel="bookmark">Continue reading</a></p>
2020
</div>
2121
{% endfor %}
2222
</div><!-- .hfeed -->

0 commit comments

Comments
 (0)