{% if site.data.site.lang == null or site.data.site.lang == "" %} {% assign lang = site.data.lang.en-US %} {% else %} {% assign lang = site.data.lang[site.data.site.lang] %} {% endif %} {% for post in paginator.posts %}
{% if post.img == "" or post.img == null %}

{{post.title}}

{% else %}
{% endif %} {% if post.describe != null %}
{{post.describe}} {{lang.post.continue}}
{% else %}
{{ post.excerpt | strip_html}} {{lang.post.continue}}
{% endif %}
{% for category in post.categories %} {{category}} {% endfor %}
{% if site.data.site.many_authors == true %} {% if post.author != null %} {% assign author = site.data.authors[post.author] %}
{{author.name}}
{% else %}
{{site.author}}
{% endif %} {% else %}
{{site.author}}
{% endif %}
{{ post.date | date: "%b %-d, %Y" }}
{% endfor %} {% include content/component/lazyload.html %}