mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05: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">
|
<div class="form-group">
|
||||||
<label><strong>Blog Cover</strong></label>
|
<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>
|
<a class="js-modal-cover"><img id="blog-cover" src="{{cover}}" alt="cover photo"></a>
|
||||||
{{else}}
|
{{else}}
|
||||||
<a class="button-add js-modal-cover" href="#">Upload Image</a>
|
<a class="button-add js-modal-cover" href="#">Upload Image</a>
|
||||||
|
|
Loading…
Reference in a new issue