--- layout: base.njk title: ブログ permalink: /blog/ ---
2025.04.25
{% for post in collections.posts | reverse %}
{% if post.data.thumbnail %} {{ post.data.title }}のサムネイル {% endif %}

{{ post.data.title }}

{% if post.data.description %}

{{ post.data.description }}

{% endif %} 続きを読む →
{% endfor %}