$(function() {
  console.log("working");
  $('#skip-to-comments').click(function(e){
    e.preventDefault();
    $.scrollTo('#respond', {duration: 400});
  })
})