mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
8 lines
No EOL
179 B
JavaScript
8 lines
No EOL
179 B
JavaScript
Template.posts_new.posts = function(){
|
|
var posts = Posts.find({}, {sort: {submitted: -1}});
|
|
return posts;
|
|
};
|
|
|
|
Template.posts_new.created = function(){
|
|
window.sortBy="time";
|
|
} |