{{ post.title }} {% if post.subtitle %} {{ post.subtitle }} {% endif %} {{ post.date | date: "%Y年%m月%d日" }} {% if post.categories.size > 0 %} {% for category in post.categories %} {{ category }} {% unless forloop.last %}, {% endunless %} {% endfor %} {% endif %} {{ post.excerpt | strip_html | xml_escape | truncatewords: 50 }} [阅读更多]