📅  最后修改于: 2022-03-11 14:53:10.707000             🧑  作者: Mango
{% assign description = page.excerpt | newline_to_br | strip_newlines | replace: '
', ' ' | strip_html | strip | truncatewords: 30 %}
Replace newlines with br tag, then strip newlines, and then replace
with space. Strip html and truncate for usage in meta description.