我已准备好这篇文章
---
layout: post
tags:
- tag1
title: Post Title 1
categories:
- category1
---
Excerpt for post 1
<!-- More -->
Body of post 1
我使用{{ post.excerpt }}
并在_config.yml中设置了
excerpt_separator: "<!-- more -->"
但是在页面上它仍然显示摘录和正文。
答案 0 :(得分:3)
我看到了不同之处:
<!-- More --> != <!-- more -->
答案 1 :(得分:3)
这个怎么样
{{ post.content | strip_html | truncatewords: 50 }}