Browse code

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

Brandon Mathis authored on 20/08/2011 at 22:40:07
Showing 1 changed files
... ...
@@ -15,7 +15,7 @@
15 15
   {% capture excerpted %}{{ content | has_excerpt }}{% endcapture %}
16 16
   {% if excerpted == 'true' %}
17 17
     <footer>
18
-      <a rel="full-article" href="{{ root_url }}{{ post.url }}">Read on &rarr;</a>
18
+      <a rel="full-article" href="{{ root_url }}{{ post.url }}">{{ site.excerpt_link }}</a>
19 19
     </footer>
20 20
   {% endif %}
21 21
 {% else %}