chg: [news] fix the featured image default size

iglocska-patch-1
Alexandre Dulaunoy 2019-03-10 11:14:09 +01:00
parent f0a5caa848
commit 9bc9b44434
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ layout: default
<div class="row">
<section class="12u">
<div class="box post">
<a href="#" class="image left"><img src="{{ site.baseurl }}{{ post.featured }}" alt="" style="width: 25%; height: 25%"></a>
<a href="#" class="image left"><img src="{{ site.baseurl }}{{ post.featured }}" alt="post.excerpt" style=""></a>
<div class="inner">
<h3><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h3>
<i>Posted on {{ post.date | date_to_string }}</i>