From 7fbe1eb7fcbb7e1c344dc5716c92874f8c304453 Mon Sep 17 00:00:00 2001 From: KAMATAKI Yuya Date: Tue, 16 Jul 2024 02:36:11 +0900 Subject: [PATCH] Update index.md --- index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 %}