mirror of
https://github.com/TryGhost/Ghost.git
synced 2023-12-13 21:00:40 +01:00
Fixing minor bug in settings template
This commit is contained in:
parent
f84de01dc0
commit
eadc8b9371
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
<div class="form-group">
|
||||
<label><strong>Blog Cover</strong></label>
|
||||
{{#if logo}}
|
||||
{{#if cover}}
|
||||
<a class="js-modal-cover"><img id="blog-cover" src="{{cover}}" alt="cover photo"></a>
|
||||
{{else}}
|
||||
<a class="button-add js-modal-cover" href="#">Upload Image</a>
|
||||
|
|
Loading…
Reference in a new issue