mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Add Menu to About Ghost Page
Header on About Page was still missing, so added it in * Added the header to the about.hbs
This commit is contained in:
parent
eb1365c4f0
commit
0d6fafc969
@ -1,4 +1,7 @@
|
|||||||
<section class="gh-view js-settings-content">
|
<section class="gh-view js-settings-content">
|
||||||
|
<header class="view-header">
|
||||||
|
{{#gh-view-title openMobileMenu="openMobileMenu"}}<span>About Ghost</span>{{/gh-view-title}}
|
||||||
|
</header>
|
||||||
<section class="view-content">
|
<section class="view-content">
|
||||||
<header class="gh-about-header">
|
<header class="gh-about-header">
|
||||||
<img class="gh-logo" src="{{gh-path 'admin' '/img/ghost-logo.png'}}" alt="Ghost" />
|
<img class="gh-logo" src="{{gh-path 'admin' '/img/ghost-logo.png'}}" alt="Ghost" />
|
||||||
|
Loading…
Reference in New Issue
Block a user