{% if page.next %} {% assign current = page.next %}
最近的文章

{{ current.title }}

{{ current.content | markdownify | strip_html | strip_newlines | truncate: 250 }}…

{{current.tags}}继续阅读
{% endif %} {% if page.previous %} {% assign current = page.previous %}
更早的文章

{{ current.title }}

{{ current.content | markdownify | strip_html | strip_newlines | truncate: 250 }}…

{{current.tags}}继续阅读
{% endif %}