This commit is contained in:
Zach Leatherman
2018-01-22 22:53:46 -06:00
parent b9c0d87306
commit 14655cb1c4
8 changed files with 200 additions and 11 deletions

View File

@@ -4,10 +4,10 @@ tags: nav
navtitle: Home
---
<div class="next-steps">
<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>
{% set postslist = collections.post %}
{% set postslist = collections.posts %}
{% include "postslist.njk" %}