Skip to content
This repository has been archived by the owner on Dec 23, 2020. It is now read-only.

Commit

Permalink
added a read-more class to the site.excerpt_link
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Perrin committed May 19, 2015
1 parent 4662ea8 commit 22b193d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_includes/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1 class="entry-title" itemprop="name headline">
{% capture excerpted %}{{ content | has_excerpt }}{% endcapture %}
{% if excerpted == 'true' %}
<footer>
<a class="btn btn-default" href="{{ root_url }}{{ post.url }}">{{ site.excerpt_link }}</a>
<a class="read-more btn btn-default" href="{{ root_url }}{{ post.url }}">{{ site.excerpt_link }}</a>
</footer>
{% endif %}
{% else %}
Expand Down

0 comments on commit 22b193d

Please sign in to comment.