{{site.title | default: '我的个人主页'}}
{% for post in site.posts %}
{{ post.date | date_to_string }}
{{ post.title }}
{% endfor %}
{{content}}
{% include footer.html %}