跳到主要内容

articles

店铺中所有博客的文章集合。

您可以使用 articles 通过文章的 handle 来访问文章。

代码
{% assign article = articles['why-are-strong-glutes-important-how-to-train-for-solid-glutes'] %}

{{ article.title | link_to: article.url }}
输出
<a href="/blog/why-are-strong-glutes-important-how-to-train-for-solid-glutes" title="">WHY ARE STRONG GLUTES IMPORTANT? HOW TO TRAIN FOR SOLID GLUTES?</a>