{{ post.title }}
{% if post.subtitle %}
{{ post.subtitle }}
{% endif %}
{{ post.content | strip_html | truncate:200 }}
作者: {% if post.author %}{{ post.author }}{% else %}{{ site.title }}{% endif %} | {{ post.date | date: "%Y-%m-%d" }} | {% for tag in post.tags %} {{ tag }}{% endfor %}