历史新闻列表

•2025年10月06日-星期1
•2025年10月05日-星期日
•2025年10月04日-星期6
•2025年10月03日-星期5
•2025年10月02日-星期4
•2025年10月01日-星期3
•2025年09月30日-星期2
•2025年09月29日-星期1
•2025年09月28日-星期日
•2025年09月27日-星期6
•2025年09月26日-星期5
•2025年09月25日-星期4
{% comment %} ============================================================================ 设置: 最新博客文章 ============================================================================ {% endcomment %} {%- assign blog_handle = 'blogs' -%} {%- assign articles_to_show = 16 -%} {% comment %} ============================================================================ 数据获取 ============================================================================ {% endcomment %} {%- assign blog_object = blogs[blog_handle] -%} {% comment %} ============================================================================ SEO优化: 为搜索引擎生成JSON-LD结构化数据 (已修正和优化) ============================================================================ {% endcomment %} {%- if blog_object.articles_count > 0 -%} {%- endif -%}

New Blogs

{%- if blog_object.articles_count > 0 -%}
{%- for article in blog_object.articles limit: articles_to_show -%} {%- endfor -%}
{%- else -%} {%- if blogs[blog_handle] == blank -%}

错误:未能找到 handle 为 '{{ blog_handle }}' 的博客。请返回代码编辑器检查 'blog_handle' 的设置。

{%- else -%}

此博客还没有发布任何文章,请稍后查看。

{%- endif -%} {%- endif -%}