{{ post.excerpt | strip_html | strip_newlines }}
{% if post.tags %}
diff --git a/index.html b/index.html index 53f8cbc..bb69bc7 100644 --- a/index.html +++ b/index.html @@ -2,22 +2,21 @@ layout: default title: 首页 - 我的文章 --- - -
- {{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}+{{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}-
+
{{ post.excerpt | strip_html | strip_newlines }}
{% if post.tags %}
|