mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
bc64db557b
closes TryGhost/Ghost#9293
Added d982f7b520 (diff-f63965ba48df687541db46e0e1b2c2ecL10)
back, which broke the rendering of the blog icon in the nav menu.
28 lines
738 B
Handlebars
28 lines
738 B
Handlebars
{{#gh-app showSettingsMenu=ui.showSettingsMenu}}
|
|
{{#gh-skip-link anchor=".gh-main"}}Skip to main content{{/gh-skip-link}}
|
|
|
|
{{gh-alerts}}
|
|
|
|
<div class="gh-viewport {{if ui.autoNav 'gh-autonav'}} {{if ui.showSettingsMenu 'settings-menu-expanded'}} {{if ui.showMobileMenu 'mobile-menu-expanded'}}">
|
|
{{#if showNavMenu}}
|
|
{{gh-nav-menu
|
|
open=ui.autoNavOpen
|
|
icon=settings.settledIcon
|
|
}}
|
|
{{/if}}
|
|
|
|
{{#gh-main onMouseEnter=(action "closeAutoNav" target=ui)}}
|
|
{{outlet}}
|
|
{{/gh-main}}
|
|
|
|
|
|
{{gh-notifications}}
|
|
|
|
{{gh-content-cover}}
|
|
|
|
{{gh-mobile-nav-bar}}
|
|
</div>{{!gh-viewport}}
|
|
{{/gh-app}}
|
|
|
|
{{ember-load-remover}}
|