mirror of https://github.com/MISP/misp-website
Include abstract in news displayed
parent
19e140f7b0
commit
7f921c98a8
|
@ -23,6 +23,7 @@ layout: default
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<h3><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h3>
|
<h3><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h3>
|
||||||
<i>Posted on {{ post.date | date_to_string }}</i>
|
<i>Posted on {{ post.date | date_to_string }}</i>
|
||||||
|
<p>{{ post.excerpt }}</p>
|
||||||
<footer>
|
<footer>
|
||||||
<a href="{{ site.baseurl }}{{ post.url }}" class="button">Continue Reading</a>
|
<a href="{{ site.baseurl }}{{ post.url }}" class="button">Continue Reading</a>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in New Issue