标签: hugo
在Hugo中,您可以将JSON文件的内容分配给模板变量:
{{ $json := getJSON "posts.json" }}
如何检查条件块中的长度?
答案 0 :(得分:1)
您可以使用len函数获取长度:
len
{{$len := len $json}}