fix defaults

This commit is contained in:
KAMATAKI Yuya
2024-07-16 02:34:12 +09:00
parent 952eba722f
commit 2eee8aafa5
2 changed files with 3 additions and 8 deletions

View File

@@ -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 %}