_layouts/writer.html in askclass-news-theme-0.2.2 vs _layouts/writer.html in askclass-news-theme-0.2.3
- old
+ new
@@ -15,10 +15,10 @@
{% include logo.html image=site.acn.logo.alt_image size=site.acn.logo.alt_size title=author %}
{% if content %}
<article class="{{ page.style | default: 'center' }}" >
{% if page.image %}
- <img src="{{ page.image }}" alt="{{ author }}" width="{{ page.size }}" />
+ <img src="{{ page.image }}" alt="{{ author }}" width="{{ page.size }}" height="{{ page.size }}"/>
{% endif %}
{{ content }}
</article>
{% endif %}