mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixing typo in navbar
This commit is contained in:
parent
6390c6bdc8
commit
115865010e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<nav id="global-nav" role="navigation">
|
||||
<ul id="main-menu" >
|
||||
{{gh-activating-list-item route="posts" title="Content" classNames="content"}}
|
||||
{{gh-activating-list-item route="editor.new" title="New post" classNames="editor"}}
|
||||
{{gh-activating-list-item route="editor.new" title="New Post" classNames="editor"}}
|
||||
{{gh-activating-list-item route="settings" title="Settings" classNames="settings"}}
|
||||
|
||||
<li id="usermenu" class="usermenu subnav">
|
||||
|
|
Loading…
Reference in a new issue