mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Merge pull request #5715 from dbalders/About-Page-Header
Add Menu to About Ghost Page
This commit is contained in:
commit
6d1e6f8795
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue