Vulcan/packages/custom/lib/client/templates/custom_post_title.js

7 lines
259 B
JavaScript
Raw Normal View History

2015-05-11 12:39:32 +09:00
// important: the helper must be defined on the *old* "post_title" template
Template.post_title.helpers({
randomEmoji: function () {
return _.sample(["😀", "😰", "👮", " 🌸", "🐮", "⛅️", "🍟", "🍌", "🎃", "⚽️", "🎵"]);
}
});