Merge branch 'master' of github.com:imathis/octopress

This commit is contained in:
Brandon Mathis 2011-08-20 18:40:07 -04:00
commit 67211edd97

View File

@ -15,7 +15,7 @@
{% capture excerpted %}{{ content | has_excerpt }}{% endcapture %}
{% if excerpted == 'true' %}
<footer>
<a rel="full-article" href="{{ root_url }}{{ post.url }}">Read on &rarr;</a>
<a rel="full-article" href="{{ root_url }}{{ post.url }}">{{ site.excerpt_link }}</a>
</footer>
{% endif %}
{% else %}