Fix post info at bottom

This commit is contained in:
Lorenzo Dellacà
2021-03-16 18:36:06 +01:00
parent 16beaedc6f
commit 50c7afc806
7 changed files with 36 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
<a class="mind-post-card-big_main" href="{{url}}">
{{#if feature_image}}
<img class="mind-post-card-big_feature-image" src="{{img_url feature_image size="m"}}" alt="Feature Image"
<img class="mind-post-card-big_feature-image" src="{{img_url feature_image size="m"}}" alt="{{title}}"
srcset="{{img_url feature_image size="s"}} 300w,
{{img_url feature_image size="m"}} 600w"
/>
@@ -21,7 +21,7 @@
{{primary_author.name}}
{{#if primary_author.profile_image}}
<img class="mind-post-card-big_author-image" src="{{img_url primary_author.profile_image size="xxs"}}"
alt="Author image"/>{{/if}}
alt="{{title}}"/>{{/if}}
</footer>
</a>
</article>