{% if post.lang == 'en' %} {{ post.content | strip_html | truncate:300 }} {% else %} {{ post.content | strip_html | truncate:200 }} {% endif %}
--- # Feel free to add content and custom Front Matter to this file. # To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults layout: default --- {% assign post_list = site.posts | where: "layout","post"%} {% for post in post_list %} {% if post.sticky and paginator.page==1%}