---
layout: page
title: "HOME"
description: "人间如梦,倚笑乘风凉"
header-img: "img/twitter.jpg"
---
{% for post in paginator.posts %}
{{ post.title }}
{% if post.subtitle %}
{{ post.subtitle }}
{% endif %}
{{ post.content | strip_html | truncate:150 }}
Posted by {% if post.author %}{{ post.author }}{% else %}{{ site.title }}{% endif %} on {{ post.date | date: "%B %-d, %Y" }}