--- layout: default title: 首页 - 我的文章 ---
{{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}
{{ post.excerpt | strip_html | strip_newlines }}
{% if post.tags %}
{% for tag in post.tags %}
{% endfor %}
{% endif %}
|