标签: html jekyll blogs
我需要获取Jekyll中某些帖子的呈现内容(不带html标签)。当我执行'post.content'时它返回完整的HTML而不是渲染的文本。我该怎么做?
答案 0 :(得分:1)
您可以使用strip_html过滤器{{ post.content | strip_html }}
strip_html
{{ post.content | strip_html }}