mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 19:52:01 +03:00
0f17378b26
Refs #4001 - grunt-jscs@0.8.1 which provides ES6 support.
6 lines
162 B
JavaScript
6 lines
162 B
JavaScript
var blogUrl = Ember.Handlebars.makeBoundHelper(function () {
|
|
return new Ember.Handlebars.SafeString(this.get('config.blogUrl'));
|
|
});
|
|
|
|
export default blogUrl;
|