Skip to content

Instantly share code, notes, and snippets.

@Charuru
Created October 21, 2012 23:49
Show Gist options
  • Save Charuru/3928979 to your computer and use it in GitHub Desktop.
Save Charuru/3928979 to your computer and use it in GitHub Desktop.
Template.storiesList.stories = function () {
return Stories.find().map(function (story) {
story.titleurl = ty.url(story.title)
return story
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment