Skip to content

Commit 74b3bb7

Browse files
authored
docs: add link to Hugo docs to explain page weight (#637)
1 parent 38b3549 commit 74b3bb7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

exampleSite/content/en/usage/configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,9 @@ params:
269269
# Set type to 'posts' if you want to render page as blogpost
270270
type = "posts"
271271

272-
# Set page weight to re-arrange items in file-tree menu.
272+
# Hugo predefined front matter variable, to re-arrange items in file-tree menu
273+
# See weights section of
274+
# https://gohugo.io/content-management/front-matter/#predefined
273275
weight = 10
274276

275277
# Set how many table of contents levels to be showed on page.

0 commit comments

Comments
 (0)