作者:陈小超Sum | 来源:互联网 | 2023-09-23 10:40
Imbuildingpages(notposts)inJekyll.Onepagedefines2categoriesinthefront-matterasfollo
I'm building pages (not posts) in Jekyll. One page defines 2 categories in the front-matter as follows:
我在Jekyll建立页面(而不是帖子)。一页在前面的内容中定义了两个类别,如下所示:
categories: [document, new]
And then in a layout I'm trying to output the categories object/array, but nothing is being output:
然后在布局中我试图输出类别对象/数组,但没有输出:
Array: {{ site.categories }}
Why wouldn't this output an array as expected?
为什么这不会按预期输出数组?
1 个解决方案