|
@@ -11,15 +11,18 @@ if (Posts.find().count() === 0) {
|
|
|
var data = [
|
|
|
{
|
|
|
title: "Introducing Telescope",
|
|
|
- url: "http://sachagreif.com/introducing-telescope"
|
|
|
+ url: "http://sachagreif.com/introducing-telescope",
|
|
|
+ author: "Sacha Greif"
|
|
|
},
|
|
|
{
|
|
|
title: "Meteor",
|
|
|
- url: "http://meteor.com"
|
|
|
+ url: "http://meteor.com",
|
|
|
+ author: "Tom Coleman"
|
|
|
},
|
|
|
{
|
|
|
title: "The Meteor book",
|
|
|
- url: "http://themeteorbook.com"
|
|
|
+ url: "http://themeteorbook.com",
|
|
|
+ author: "Meteor Inc."
|
|
|
}
|
|
|
];
|
|
|
|