小编Rom*_*ain的帖子

带有嵌套元素的Jekyll YAML文件

我想访问我的"benefit.yml"文件中的嵌套元素,并使用循环调用这些元素.但它不起作用,也没有任何表现.

这里是我的"benefit.yml":

locales:
  en:
    title: "Games"
    detail: "To relax and take breaks during the day, we play football, table tennis and Xbox"
    icon: benefit1.png
  fr:
    title: "Jeux"
    detail: "To relax and take breaks during the day, we play football, table tennis and Xbox"
    icon: benefit1.png

  en:
    title: "Drink"
    detail: "The fridge is full of beer cans and Coca-Cola, Ice Tea and coffee. You can drink whatever makes you happy, all day!"
    icon: benefit2.png
  fr:
    title: "Boissons"
    detail: "The fridge is …
Run Code Online (Sandbox Code Playgroud)

yaml liquid jekyll

2
推荐指数
1
解决办法
976
查看次数

标签 统计

jekyll ×1

liquid ×1

yaml ×1