Visit the
Github Issue to comment on this post
"); $.each(comments, function(i, comment) { var date = new Date(comment.created_at); var t = ""; $("#gh-comments").append(t); }); }, error: function() { $("#gh-comments").append("Comments are not open for this post yet."); } }); });