1
0
mirror of https://github.com/danbee/danbarber.me synced 2025-03-04 08:59:10 +00:00

Fix excerpting.

This commit is contained in:
Dan Barber 2014-04-28 08:26:28 +01:00
parent 9aaebe072f
commit c1ce4640e2

View File

@ -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>