Skip to content

Commit

Permalink
Add author-slide class to author slide jdan#143
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-ward committed Jan 31, 2016
1 parent 6034293 commit 8784176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Cleaver.prototype.renderSlides = function () {
this.slides.push({
id: i,
hidden: true,
classList: 'author-slide',
content: this.renderAuthorSlide(this.options.author)
});
}
Expand Down

0 comments on commit 8784176

Please sign in to comment.