{{ post.excerpt | strip_html | strip_newlines }}
{% if post.tags %}
diff --git a/_layouts/default.html b/_layouts/default.html index 303c26f..d707b4d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -18,6 +18,7 @@ + {% if site.google_analytics %} @@ -51,6 +52,7 @@ } +
@@ -135,11 +137,10 @@ - + - diff --git a/_layouts/post.html b/_layouts/post.html index a1e72b5..7e02853 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -82,12 +82,12 @@ layout: default {% endif %}
- {{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}+{{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}-
+
{{ post.excerpt | strip_html | strip_newlines }}
{% if post.tags %}
|