docs: add link to Hugo docs to explain page weight (#637)
This commit is contained in:
parent
38b35495e0
commit
74b3bb7b69
1 changed files with 3 additions and 1 deletions
|
@ -269,7 +269,9 @@ params:
|
||||||
# Set type to 'posts' if you want to render page as blogpost
|
# Set type to 'posts' if you want to render page as blogpost
|
||||||
type = "posts"
|
type = "posts"
|
||||||
|
|
||||||
# Set page weight to re-arrange items in file-tree menu.
|
# Hugo predefined front matter variable, to re-arrange items in file-tree menu
|
||||||
|
# See weights section of
|
||||||
|
# https://gohugo.io/content-management/front-matter/#predefined
|
||||||
weight = 10
|
weight = 10
|
||||||
|
|
||||||
# Set how many table of contents levels to be showed on page.
|
# Set how many table of contents levels to be showed on page.
|
||||||
|
|
Loading…
Reference in a new issue