🐛 Fixed blog icon not shown in nav (#918)

closes TryGhost/Ghost#9293

Added d982f7b520 (diff-f63965ba48df687541db46e0e1b2c2ecL10) back, which broke the rendering of the blog icon in the nav menu.
This commit is contained in:
Aileen Nowak 2017-11-30 20:12:01 +07:00 committed by GitHub
parent beb76982dd
commit bc64db557b

View File

@ -5,7 +5,10 @@
<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}}
{{gh-nav-menu
open=ui.autoNavOpen
icon=settings.settledIcon
}}
{{/if}}
{{#gh-main onMouseEnter=(action "closeAutoNav" target=ui)}}