diff --git a/index.md b/index.md index 85d91d2..60150c3 100644 --- a/index.md +++ b/index.md @@ -12,7 +12,6 @@ cobaltというRust製のSSGを使用して作成しています。 ## Blog entries {% for post in collections.posts.pages %} -#### {{post.title}} -[{{ post.title }}]({{ post.permalink }}) +- [{{ post.title }}]({{ post.permalink }}) {% endfor %}