xmitter-11ty/index.njk

12 lines
268 B
Plaintext
Raw Normal View History

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