docs: add link to Hugo docs to explain page weight (#637)

This commit is contained in:
James Braza 2023-06-22 01:34:39 -07:00 committed by GitHub
parent 38b35495e0
commit 74b3bb7b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -269,7 +269,9 @@ params:
# Set type to 'posts' if you want to render page as blogpost
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
# Set how many table of contents levels to be showed on page.