rename post list
This commit is contained in:
parent
3486529a29
commit
da43ea8a18
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ eleventyNavigation:
|
||||||
key: Archive
|
key: Archive
|
||||||
order: 2
|
order: 2
|
||||||
---
|
---
|
||||||
<h1>Archive</h1>
|
<h1>All Posts</h1>
|
||||||
|
|
||||||
{% set postslist = collections.posts %}
|
{% set postslist = collections.posts %}
|
||||||
{% include "postslist.njk" %}
|
{% include "postslist.njk" %}
|
||||||
|
|
Loading…
Reference in a new issue