Open petelapczynski opened 6 years ago
Homepage will show the latest 15 brews only, all others will be available on the brewbrowse page.
publisher update - coffees.js -
Meteor.publish('webrewHome', function() { return Coffees.find({},{ sort: { CreatedAt: -1 }, limit: 100}); });
Homepage will show the latest 15 brews only, all others will be available on the brewbrowse page.