Tweaking theme to be compatible with 1.X versions of Ghost
[ghost-theme-willow.git] / author.hbs
index 23094b98d71828e39b9b09c28ea54c74576bcd41..e1d2884468f03fb0e333816b5a64dd2f5a2dd396 100644 (file)
@@ -1,9 +1,9 @@
 {{!< default}}
 {{#author}}
     <div class="c-author-page">
-        {{#if image}}
+        {{#if profile_image}}
             <div class="c-author-page__image">
-                <img class="c-author-page__image__src" src="{{image}}" alt="{{name}}'s Picture"/>
+                <img class="c-author-page__image__src" src="{{img_url profile_image}}" alt="{{name}}'s Picture"/>
             </div>
         {{/if}}