2
1
Fork 0
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:
Hannah Wolfe 2013-09-11 16:27:54 +01:00
parent f84de01dc0
commit eadc8b9371

View file

@ -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>