--- # 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 ---
{% for post in site.posts %} {% if post.sticky and paginator.page==1%}
{% if post.status %}

[Pinned] {{ post.title }}[{{post.status}}]

{% else %}

[Pinned] {{ post.title }}

{% endif %} {% if post.subtitle %}

{{ post.subtitle }}

{% endif %}

{% if post.lang == 'en' %} {{ post.content | strip_html | truncate:300 }} {% else %} {{ post.content | strip_html | truncate:200 }} {% endif %}

Posted by {% if post.author %}{{ post.author }}{% else %}{{ site.title }}{% endif %} on {{ post.date | date: "%B %-d, %Y" }}


{% endif %}{% endfor %} {% for post in paginator.posts %}{% unless post.sticky %} {% unless post.hide %}
{% if post.status %}

{{ post.title }}[{{post.status}}]

{% else %}

{{ post.title }}

{% endif %} {% if post.subtitle %}

{{ post.subtitle }}

{% endif %}

{% if post.lang == 'en' %} {{ post.content | strip_html | truncate:300 }} {% else %} {{ post.content | strip_html | truncate:200 }} {% endif %}

Posted by {% if post.author %}{{ post.author }}{% else %}{{ site.title }}{% endif %} on {{ post.date | date: "%B %-d, %Y" }}


{%endunless%} {% endunless %}{% endfor %} {% if paginator.total_pages > 1 %} {% endif %}