chg: [post] updated
parent
d4b88e3096
commit
7e04185ad6
Binary file not shown.
After Width: | Height: | Size: 208 KiB |
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
title: News
|
||||||
|
layout: single
|
||||||
|
author_profile: false
|
||||||
|
---
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
{% for post in site.posts %}
|
||||||
|
<li>
|
||||||
|
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||||
|
</li>
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: splash
|
layout: splash
|
||||||
title: MISP Standards
|
title: MISP Published Standards
|
||||||
excerpt: "Official Published MISP Standards"
|
excerpt: "Official Published MISP Standards"
|
||||||
author_profile: false
|
author_profile: false
|
||||||
header:
|
header:
|
||||||
|
|
Loading…
Reference in New Issue