We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#笔戈博客新增 helpers
异步获取下一篇博客,
postId
limit
Example : 获取 id = 49 的文章的,下两篇文章
{{next_post postId="49" limit=2}}
Result:
{posts:[Post,Post2....]}
异步获取上一篇博客,
{{pre_post postId="49" limit=2}}
截取正文内容
可选参数
words
characters
** example **
{{excerpt words="40"}}