mirror of https://github.com/MISP/misp-website
News template updated
parent
a077bd6ff2
commit
e5f1ea310e
|
@ -1,7 +1,7 @@
|
||||||
name: MISP - a threat information sharing platform
|
name: MISP - a threat information sharing platform
|
||||||
description: MISP - a threat information sharing platform
|
description: MISP - a threat information sharing platform
|
||||||
paginate: 10
|
paginate: 10
|
||||||
baseurl: '/misp-website/'
|
baseurl: ''
|
||||||
sass:
|
sass:
|
||||||
sass_dir: assets/sass
|
sass_dir: assets/sass
|
||||||
|
|
||||||
|
|
|
@ -21,9 +21,8 @@ layout: default
|
||||||
<div class="box post">
|
<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="" style="width: 25%; height: 25%"></a>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<h3>{{ post.title }}</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>
|
||||||
{{ content | truncatewords: 50 }}
|
|
||||||
<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