我在2015年与Hugo制作了一个旧网站,内容不同。 他们被正确分类。
现在使用最新的Hugo,它们显然按日期排序,而不是按重量排序。
目录的结构如下:
content
docs
file1.md
file2.md
layouts
docs
single.html
summary.html
partials
css.html
header.html
footer.html
index.html
static
img1.png
img2.png
列表显示在索引文件中
<div id="idx-content">
{{range .Data.Pages}}
{{.Render "summary"}}
{{end}}
</div>
不幸的是,文件摘要的排序没有按重量排序。
在.ByWeight
之后添加.Data.Pages
无济于事。
答案 0 :(得分:0)
物质中的重量值必须大于0.