2018-01-16 22:08:47 -05:00
|
|
|
|
---
|
|
|
|
|
layout: layouts/home.njk
|
|
|
|
|
---
|
2018-01-22 09:17:48 -05:00
|
|
|
|
|
2018-01-22 23:53:46 -05:00
|
|
|
|
<div class="warning">
|
2018-01-22 09:17:48 -05:00
|
|
|
|
Now edit the <code>_data/metadata.json</code> with your blog’s information—and delete this message from <code>index.njk</code>.
|
|
|
|
|
</div>
|
|
|
|
|
|
2018-01-22 23:53:46 -05:00
|
|
|
|
{% set postslist = collections.posts %}
|
2018-01-22 09:17:48 -05:00
|
|
|
|
{% include "postslist.njk" %}
|
2018-01-16 22:08:47 -05:00
|
|
|
|
|