Skip to content

Instantly share code, notes, and snippets.

@quicksnap
Created July 20, 2015 18:59
Show Gist options
  • Save quicksnap/825b27478bff508f9e95 to your computer and use it in GitHub Desktop.
Save quicksnap/825b27478bff508f9e95 to your computer and use it in GitHub Desktop.
(function() {
var repoLinks = jQuery('.entry-title.public').find('a');
var template = '<div class="container"><a href="' + repoLinks[repoLinks.length - 1] + '/wiki' + '" id="ourWiki" class="btn btn-sm sidebar-button" style="margin-top: 15px;">Wiki</a></div>';
jQuery('.pagehead .container:first').after(template);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment