为每篇文章末尾统一添加如下样式:
没有“本文结束”标记
Add the ✔ sign before an item which is affected by this behavior.
NexT Version:
NexT Scheme:
效果如下图所示:

自己摸索出来了解决办法,遂自问自答了。
找到themes/next/layout/_macro/post.swig,添加如下代码:
<div>
{% if not is_index %}
<div style="text-align:center;color: #ccc;font-size:14px;">------ 本文结束 ------</div>
{% endif %}
</div>
代码添加位置如图:

建议直接修改home/scaffolds/post.md模板文件
Most helpful comment
建议直接修改
home/scaffolds/post.md模板文件