1
0
Fork 0

Continue Reading link should look the same everwhere

This commit is contained in:
Daniel Kempkens 2014-03-25 22:41:01 +01:00
parent 3f7183d62f
commit fae29a52fe
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@
</div><!-- /.read-more-header --> </div><!-- /.read-more-header -->
<div class="read-more-content"> <div class="read-more-content">
<h3><a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></h3> <h3><a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></h3>
<p>{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 140 }}&hellip;{% endif %} <a href="{{ post.url }}">Continue reading</a></p> <p>{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 140 }}&hellip;{% endif %} <a href="{{ post.url }}">Continue Reading &raquo;</a></p>
</div><!-- /.read-more-content --> </div><!-- /.read-more-content -->
{% endfor %} {% endfor %}
<div class="read-more-list"> <div class="read-more-list">

View file

@ -24,7 +24,7 @@ image:
{% else %} {% else %}
{{ post.excerpt }} {{ post.excerpt }}
<p><a href="{{ post.url }}" rel="bookmark" title="{{ post.title }}" itemprop="url">Continue Reading &raquo;</a></p> <p><a href="{{ post.url }}">Continue Reading &raquo;</a></p>
{% endif %} {% endif %}
</div><!-- /.entry-content --> </div><!-- /.entry-content -->
</article><!-- /.hentry --> </article><!-- /.hentry -->