{% if site_description %}{% endif %} {% if custom_css %}{% endif %}

{{ site_title }}

{% if site_description %}

{{ site_description }}

{% endif %}

{{ posts | length }} post{{ 's' if posts | length != 1 else '' }}

{% for post in posts %}

{{ post.title }}

{% if post.description %}

{{ post.description }}

{% endif %} {% if post.tags %} {% endif %} Read more →
{% else %}

No posts yet. Add .md files and run xuanxin build.

{% endfor %}