Skip to content

Commit

Permalink
added poet read more link class for styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMcKenzie committed Oct 5, 2014
1 parent 1a08107 commit 22e25c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/poet/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var
function readMoreLink (post) {
var anchor = '<a href="' + post.url + '"';
anchor += ' title="Read more of ' + post.title + '">read more</a>';
return '<p>' + anchor + '</p>';
return '<p class="poet-read-more">' + anchor + '</p>';
}

/**
Expand Down

0 comments on commit 22e25c7

Please sign in to comment.