First commit of i18n base blog using Eleventy v2. This uses English-implied URLs.
This commit is contained in:
11
en/blog.njk
Normal file
11
en/blog.njk
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
layout: layouts/home.njk
|
||||
eleventyNavigation:
|
||||
key: Archive
|
||||
order: 2
|
||||
---
|
||||
|
||||
<h1>Archive</h1>
|
||||
|
||||
{% set postslist = collections.posts %}
|
||||
{% include "postslist.njk" %}
|
||||
Reference in New Issue
Block a user