diff options
Diffstat (limited to '.themes')
-rw-r--r-- | .themes/classic/source/_includes/article.html | 2 |
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 →</a> + <a rel="full-article" href="{{ root_url }}{{ post.url }}">{{ site.excerpt_link }}</a> </footer> {% endif %} {% else %} |