--- layout: page description: "知行合一" header-img: "img/index.jpg" --- {% for post in paginator.posts %}

{{ post.title }}

{% if post.subtitle %}

{{ post.subtitle }}

{% endif %}
{{ post.content | strip_html | truncate:200 }}

Posted on {{ post.date | date: "%Y-%m-%d" }}


{% endfor %} {% if paginator.total_pages > 1 %} {% endif %}