mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
Fix excerpting.
This commit is contained in:
parent
9aaebe072f
commit
c1ce4640e2
@ -20,7 +20,7 @@
|
|||||||
{% endunless %}
|
{% endunless %}
|
||||||
{% if index %}
|
{% if index %}
|
||||||
<div class="entry-content">{{ post.excerpt }}</div>
|
<div class="entry-content">{{ post.excerpt }}</div>
|
||||||
{% if post.excerpt != content %}
|
{% if post.content contains site.excerpt_separator %}
|
||||||
<footer>
|
<footer>
|
||||||
<a rel="full-article" href="{{ root_url }}{{ post.url }}">{{ site.excerpt_link }}</a>
|
<a rel="full-article" href="{{ root_url }}{{ post.url }}">{{ site.excerpt_link }}</a>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user