mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-04 22:44:07 +03:00
7c4381c812
- Every route can set a title token that is combined with the blog’s title, resulting in titles like ‘Content - Test Blog’. - Subroutes are supported (‘Settings - General - Test Blog’) - The blog’s name is applied to and taken from the `config` object to spare Ember a REST call via `store.find(‘settings’)`. - Tests have been changed to test for the new titles. - The initially proposed solution (https://github.com/paddle8/ember-document-title) doesn’t play nice with EAK, which is why I went with this solution (https://gist.github.com/machty/8413411) by Ember.JS core dev @Machty. |
||
---|---|---|
.. | ||
ajax.js | ||
bind.js | ||
bound-one-way.js | ||
caja-sanitizers.js | ||
codemirror-mobile.js | ||
codemirror-shortcuts.js | ||
ctrl-or-cmd.js | ||
date-formatting.js | ||
document-title.js | ||
dropdown-service.js | ||
editor-shortcuts.js | ||
ghost-paths.js | ||
isFinite.js | ||
isNumber.js | ||
link-view.js | ||
mobile.js | ||
notifications.js | ||
set-scroll-classname.js | ||
text-field.js | ||
titleize.js | ||
validator-extensions.js | ||
word-count.js |