prophet/docs/blog/index.html

13 lines
175 B
HTML
Raw Normal View History

2017-02-22 23:59:43 +00:00
---
id: blog
title: Blog
layout: blog
category: blog
---
<div class="posts">
{% for page in site.posts %}
{% include post.html truncate=true %}
{% endfor %}
</div>