From fae29a52fe87aadb420087d000428ac85ebdb9ec Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Tue, 25 Mar 2014 22:41:01 +0100 Subject: [PATCH] Continue Reading link should look the same everwhere --- _layouts/post.html | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %}