Hugo中的重量问题没有考虑在内

时间:2017-09-29 19:12:43

标签: hugo

我在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无济于事。

1 个答案:

答案 0 :(得分:0)

物质中的重量值必须大于0.