--- layout: news title: "最近のニュース" lang: ja --- {% for post in site.categories.ja %}

{{ post.title }}

{{ post.content | strip_html | truncatewords: 25 }}

続きを読む...

Posted by {{ post.author }} on {{ post.date | date_to_string }}

{% endfor %}