【发布时间】:2018-10-28 14:32:27
【问题描述】:
知道如何在 hexo 的帖子中添加预告片断路器或换行符吗?
所以默认情况下主页的列表视图将为每个帖子显示预告片之前的内容?似乎默认情况下,它会显示主页中的所有内容。
【问题讨论】:
知道如何在 hexo 的帖子中添加预告片断路器或换行符吗?
所以默认情况下主页的列表视图将为每个帖子显示预告片之前的内容?似乎默认情况下,它会显示主页中的所有内容。
【问题讨论】:
这取决于您使用的主题。
如果主题确实支持它,您可以在您的帖子中这样做:
title: post title --- This part is the excerpt, get it with the <%- post.excerpt %> <!-- more --> This is the rest of the post. You can get it with <%- post.more %>https://github.com/hexojs/hexo/issues/1143#issuecomment-102247129
【讨论】: