diff --git a/README.md b/README.md index a409bf6a1..3dca45a04 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ Telescope is an open-source, real-time social news site built with [Meteor](http # Installation - Install Meteor - Install [Meteorite](https://github.com/oortcloud/meteorite/) +- Download or clone Telescope into /some/path +- cd /some/path - Run `mrt` # Running Telescope on Heroku diff --git a/client/views/comments/comment_item.js b/client/views/comments/comment_item.js index 33ed01d79..c2bf81097 100644 --- a/client/views/comments/comment_item.js +++ b/client/views/comments/comment_item.js @@ -138,10 +138,7 @@ Template.comment_item.rendered=function(){ var user=Meteor.users.findOne(comment.userId); var author=getDisplayName(user); - var imgURL=Gravatar.getGravatar(user, { - d: 'http://telesc.pe/img/default_avatar.png', - s: 30 - }); + var imgURL=getAvatarUrl(user); var $container=findQueueContainer($comment); var comment_link='