mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
8 lines
186 B
JavaScript
8 lines
186 B
JavaScript
Template[getTemplate('logo')].helpers({
|
|
site_title: function(){
|
|
return Settings.get('title', "Telescope");
|
|
},
|
|
logo_url: function(){
|
|
return Settings.get('logoUrl');
|
|
}
|
|
});
|