{% if site.data.site.lang == 'zh-CN' %} {% assign lang = site.data.lang[site.data.site.lang] %} {% else %} {% assign lang = site.data.lang.en-US %} {% endif %} {% assign filename = page.url | replace_first: '/', '' | replace: '/', '' | replace: '.html', '' | replace: 'category', '' %} {{filename}}
{% for post in site.categories[filename] %}
{% if post.img == "" or post.img == null %}

{{post.title}}

{% else %}
{% endif %}
{{ post.excerpt | strip_html}} {{lang.post.continue}}
{% 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 %}