added excerpt_link to article include. fixes #97
This commit is contained in:
parent
596ec87c37
commit
9e8eec332c
@ -15,7 +15,7 @@
|
|||||||
{% capture excerpted %}{{ content | has_excerpt }}{% endcapture %}
|
{% capture excerpted %}{{ content | has_excerpt }}{% endcapture %}
|
||||||
{% if excerpted == 'true' %}
|
{% if excerpted == 'true' %}
|
||||||
<footer>
|
<footer>
|
||||||
<a rel="full-article" href="{{ root_url }}{{ post.url }}">Read on →</a>
|
<a rel="full-article" href="{{ root_url }}{{ post.url }}">{{ site.excerpt_link }}</a>
|
||||||
</footer>
|
</footer>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Loading…
Reference in New Issue
Block a user