mirror of https://github.com/MISP/misp-website
chg: [news] fix the featured image default size
parent
f0a5caa848
commit
9bc9b44434
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue