aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-08-20 18:40:07 -0400
committerBrandon Mathis <brandon@imathis.com>2011-08-20 18:40:07 -0400
commit67211edd97beb77ea6d2be259d6ed9a07bdd9c9e (patch)
treeae7d3ed69cc1009131a72848ec17a0e125c68d03 /.themes/classic
parent358d02a4a7c9b81e68a1c3778c68b97987b1a360 (diff)
parent9e8eec332c54ac3e5460d0b2ac534b5a0b57ef44 (diff)
downloadmy_new_personal_website-67211edd97beb77ea6d2be259d6ed9a07bdd9c9e.tar.xz
my_new_personal_website-67211edd97beb77ea6d2be259d6ed9a07bdd9c9e.zip
Merge branch 'master' of github.com:imathis/octopress
Diffstat (limited to '.themes/classic')
-rw-r--r--.themes/classic/source/_includes/article.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/source/_includes/article.html b/.themes/classic/source/_includes/article.html
index fe4e9570..b561fbc7 100644
--- a/.themes/classic/source/_includes/article.html
+++ b/.themes/classic/source/_includes/article.html
@@ -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 %}