aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-08-20 17:31:22 -0400
committerBrandon Mathis <brandon@imathis.com>2011-08-20 17:31:22 -0400
commit9e8eec332c54ac3e5460d0b2ac534b5a0b57ef44 (patch)
treec78904502073e6797f569915f4f1f152632efc10 /.themes/classic
parent596ec87c37d4f848e478abbbd0690e52eeb37db1 (diff)
downloadmy_new_personal_website-9e8eec332c54ac3e5460d0b2ac534b5a0b57ef44.tar.xz
my_new_personal_website-9e8eec332c54ac3e5460d0b2ac534b5a0b57ef44.zip
added excerpt_link to article include. fixes #97
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 %}