mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
2a91a1071e
No issue. - Ember@1.10.0 - Update grunt-ember-templates to version that supports HTMLBars. - Update Gruntfile.js to compile templates with HTMLBars. - Convert Handlebars code to its HTMLBars equivalent.
5 lines
150 B
JavaScript
5 lines
150 B
JavaScript
var blogUrl = Ember.HTMLBars.makeBoundHelper(function () {
|
|
return Ember.String.htmlSafe(this.get('config.blogUrl'));
|
|
});
|
|
|
|
export default blogUrl;
|