diff --git a/_layouts/post.html b/_layouts/post.html index d394009..96fe0aa 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -58,7 +58,7 @@

{{ post.title }}

-

{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 140 }}…{% endif %} Continue reading

+

{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 140 }}…{% endif %} Continue Reading »

{% endfor %}
diff --git a/index.html b/index.html index d58aed3..d3dbc9b 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ image: {% else %} {{ post.excerpt }} -

+

Continue Reading »

{% endif %}