mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
4 lines
No EOL
128 B
JavaScript
4 lines
No EOL
128 B
JavaScript
Template.user_profile.onCreated(function () {
|
|
var user = this.data.user;
|
|
Telescope.SEO.setTitle(user.getDisplayName());
|
|
}); |