{{ post.title }}
{{ post.date }}
{% if post.excerpt %}
{{ post.excerpt | safe }}
{% else %}
{{ post.content | strip_html | truncate_chars(length=150, omission=" ...... ") }}
{% endif %}
{% extends "layout.html" %} {% block body %}
统计: 所有文章: {{ site.posts | length }} ,总共写了: {{ site.word_count }} ,最近更新: {{ now_formatted }}
{{ post.date }}