_includes/post-card.html in jekyll-theme-tallneck-0.2.5 vs _includes/post-card.html in jekyll-theme-tallneck-0.2.6
- old
+ new
@@ -1,8 +1,8 @@
<article class="post-card" id="{{ include.post.id }}">
<a href="{{ include.post.url | relative_url }}" class="post-card--link post-card--flex">
<div class="post-card--image">
- <img src="{{ include.post.image | relative_url }}" alt="{{ include.post.title }}" aria-hidden="true">
+ <img src="{{ include.post.image | relative_url }}" alt="{{ include.post.title }}" aria-hidden="true" width="900" height="640">
</div>
<div class="post-card--content">
<h2 class="post-card--title">{{ include.post.title }}</h2>
{% if include.post.subtitle %}
<p class="post-card--subtitle">{{ include.post.subtitle }}</p>
\ No newline at end of file