{% include favicon.html %} {% seo %} {% include statistics_head.html %}
{{ site.title }} 归档 分类 关于
{% for post in site.posts %}

{{ post.title }}

{% if site.show_excerpt == true %}

{{ post.excerpt }}

{% endif %}
{% endfor %}
{% include footer.html %} {% if site.lock_menu and site.lock_menu == true %} {% endif %} {% include statistics_body.html %}