Skip to content

Commit

Permalink
fix read-more links
Browse files Browse the repository at this point in the history
  • Loading branch information
qwtel committed Jun 6, 2017
1 parent b44c45d commit 8611806
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1 class="post-title">
{% else %}
{{ post.excerpt }}
<hr/>
<p class="read-more">Continue reading <a href="{{ post.url | relative_url }}" data-flip="title">{{ post.title }}</a></p>
<p class="read-more">Continue reading <a class="heading" href="{{ post.url | relative_url }}" data-flip="title">{{ post.title }}</a></p>
{% endunless %}

</article>
1 change: 0 additions & 1 deletion _sass/pooleparty/_type-inline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ h4, h5, h6, .h4, .h5, .h6 {
// }
//
// .read-more {
// @extend .heading;
// @extend .faded;
//
// &::after {
Expand Down
2 changes: 1 addition & 1 deletion _sass/pooleparty/_type.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ blockquote {
}

.read-more {
@extend .heading;
@extend .faded;
text-align: right;

&::after {
content: ""
Expand Down

0 comments on commit 8611806

Please sign in to comment.