xmitter-11ty/index.njk

14 lines
295 B
Plaintext
Raw Normal View History

2018-01-16 22:08:47 -05:00
---
layout: layouts/home.njk
tags: nav
navtitle: Home
---
<div class="next-steps">
Now edit the <code>_data/metadata.json</code> with your blogs information—and delete this message from <code>index.njk</code>.
</div>
{% set postslist = collections.post %}
{% include "postslist.njk" %}
2018-01-16 22:08:47 -05:00