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 %}
|
||||
{% if index %}
|
||||
<div class="entry-content">{{ post.excerpt }}</div>
|
||||
{% if post.excerpt != content %}
|
||||
{% if post.content contains site.excerpt_separator %}
|
||||
<footer>
|
||||
<a rel="full-article" href="{{ root_url }}{{ post.url }}">{{ site.excerpt_link }}</a>
|
||||
</footer>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user