You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
258 B
HTML

3 years ago
---
layout: default
---
<ul id="feed">
{% for post in site.posts %}
<li>
<small class="date">{{ post.date | date: "%Y年%m月%d日" }}</small>
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
{{ post.excerpt }}
</li>
{% endfor %}
</ul>