1
0
forked from kamat/blog

Update index.md

This commit is contained in:
KAMATAKI Yuya
2024-07-16 02:36:11 +09:00
parent 2eee8aafa5
commit 7fbe1eb7fc

View File

@@ -12,7 +12,6 @@ cobaltというRust製のSSGを使用して作成しています。
## Blog entries ## Blog entries
{% for post in collections.posts.pages %} {% for post in collections.posts.pages %}
#### {{post.title}}
[{{ post.title }}]({{ post.permalink }}) - [{{ post.title }}]({{ post.permalink }})
{% endfor %} {% endfor %}