Fixes #3
This commit is contained in:
@@ -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 blog’s information—and delete this message from <code>index.njk</code>.
|
||||
</div>
|
||||
|
||||
{% set postslist = collections.post %}
|
||||
{% set postslist = collections.posts %}
|
||||
{% include "postslist.njk" %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user