start of eleventy-base-blog that pairs with 0.2.8
This commit is contained in:
@ -5,8 +5,3 @@ templateClass: tmpl-post
|
||||
<h1>{{ title }}</h1>
|
||||
|
||||
{{ layoutContent | safe }}
|
||||
|
||||
<h2>Posts: </h2>
|
||||
|
||||
{% import "postlist.njk" as postsm %}
|
||||
{{ postsm.list(collections.post, page.url) }}
|
||||
|
Reference in New Issue
Block a user