mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-27 22:09:53 +02:00
Merge commit '346b60358dd8ec2ca228e6635bff9d7914b398b7'
This commit is contained in:
5
docs/content/en/getting-started/glossary/weight.md
Normal file
5
docs/content/en/getting-started/glossary/weight.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: weight
|
||||
---
|
||||
|
||||
Used to position an element within a collection sorted by weight. Assign weights using non-zero integers. Lighter items float to the top, while heavier items sink to the bottom. Unweighted or zero-weighted elements are placed at the end of the collection. Weights are typically assigned to pages, menu entries, languages, and output formats.
|
Reference in New Issue
Block a user