Skip to content

Commit

Permalink
Remove DISQUS comments, link to GitHub Issues
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 4, 2016
1 parent 33c3c20 commit 20acaed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions output/index.html
Expand Up @@ -384,9 +384,9 @@ <h2>Plugins for Nikola <small>version
$('<div/>').html(data[plugin]['confpy']).appendTo(container)
}

// DISQUS comments. This code is a mess.
// MAKE SURE TO :set tw=93409564302956 before editing
$('<div/>').html('<div id="disqus_thread"></div><sc' + 'ript type="text/javascript"> var disqus_shortname = "nikolaplugins"; var disqus_identifier = "PLUGIN_'+plugin+'"; var disqus_title = "Nikola Plugin: " +plugin; var disqus_url = "https://plugins.getnikola.com/go/" + plugin; (function() { var dsq = document.createElement("script"); dsq.type = "text/javascript"; dsq.async = true; dsq.src = "//" + disqus_shortname + ".disqus.com/embed.js"; (document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]).appendChild(dsq); })(); </s'+'cript><noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript><a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>').appendTo(container)
// Add a note about comments.
$('<h3/>').html('Issues? Questions?').appendTo(container);
$('<p/>').html('You can report issues with this plugin and request help via <a href="https://github.com/getnikola/plugins/issues/new?title=[' + plugin + ']">GitHub Issues</a>.');

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

0 comments on commit 20acaed

Please sign in to comment.