Merge branch 'master' of github.com:imathis/octopress
This commit is contained in:
commit
67211edd97
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue