--- layout: default home-title: 探究心灵的世界 description: 木一の小木屋 --- {% include header.html %}

{{ page.home-title }}

{{ page.description }}

{% for post in paginator.posts %}
{% if post.cover %}
{% endif %}

{{ post.title }}

{% if post.subtitle %}

{{ post.subtitle }}

{% endif %} {% if post.subtitle.size==0 or post.subtitle==nil %}

{{ post.excerpt | strip_html | strip_newlines | truncate: 126}}

{% endif %}
{% endfor %} {% if paginator.total_pages > 1 %} {% include pageNav.html %} {% endif %}
{% include footer.html %}