mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
13 lines
No EOL
293 B
JavaScript
13 lines
No EOL
293 B
JavaScript
Template[getTemplate('singleDay')].helpers({
|
|
singleDayNav: function () {
|
|
return getTemplate('singleDayNav');
|
|
},
|
|
posts_list: function () {
|
|
return getTemplate('posts_list');
|
|
},
|
|
context: function () {
|
|
var context = this;
|
|
context.ready = true;
|
|
return context;
|
|
}
|
|
}); |