Skip to content

Commit

Permalink
Fix Issues? Questions? section
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jan 18, 2017
1 parent 0b91059 commit f26b725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output/index.html
Expand Up @@ -313,7 +313,7 @@ <h2>Themes for Nikola <small>version

// Add a note about comments.
$('<h3/>').html('Issues? Questions?').appendTo(container);
$('<p/>').html('You can report issues with this theme and request help via <a href="https://github.com/getnikola/plugins/issues/new?title=[' + theme + ']">GitHub Issues</a>.');
$('<p/>').html('You can report issues with this theme and request help via <a href="https://github.com/getnikola/plugins/issues/new?title=[' + theme + ']">GitHub Issues</a>.').appendTo(container);

// Mark theme as active and paginate to it
var listItems = $("#itemContainer a");
Expand Down

0 comments on commit f26b725

Please sign in to comment.