forked from kamat/blog
fix defaults
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
---
|
||||
title: TITLE
|
||||
layout: default.liquid
|
||||
draft: true
|
||||
---
|
||||
## Blog!
|
||||
|
||||
{% for post in collections.posts.pages %}
|
||||
#### {{post.title}}
|
||||
|
||||
[{{ post.title }}]({{ post.permalink }})
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user