misp-standard.org/post.md

15 lines
187 B
Markdown
Raw Permalink Normal View History

2019-07-16 15:40:12 +02:00
---
title: News
layout: single
author_profile: false
---
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>