mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
8 lines
179 B
JavaScript
8 lines
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";
|
||
|
}
|