Continue Reading link should look the same everwhere
This commit is contained in:
parent
3f7183d62f
commit
fae29a52fe
2 changed files with 2 additions and 2 deletions
|
@ -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 }}…{% endif %} <a href="{{ post.url }}">Continue reading</a></p>
|
<p>{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 140 }}…{% endif %} <a href="{{ post.url }}">Continue Reading »</a></p>
|
||||||
</div><!-- /.read-more-content -->
|
</div><!-- /.read-more-content -->
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<div class="read-more-list">
|
<div class="read-more-list">
|
||||||
|
|
|
@ -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 »</a></p>
|
<p><a href="{{ post.url }}">Continue Reading »</a></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
</article><!-- /.hentry -->
|
</article><!-- /.hentry -->
|
||||||
|
|
Loading…
Reference in a new issue