mirror of
https://github.com/gohugoio/hugo.git
synced 2025-02-17 05:23:44 +00:00
Fixing typo in ordering.md fixed #401
This commit is contained in:
parent
1363128962
commit
05102f1b79
1 changed files with 2 additions and 2 deletions
|
@ -24,10 +24,10 @@ if weights are the same) date will be used to sort. If neither are provided
|
||||||
content will be ordered based on how it's read off the disk and no order is
|
content will be ordered based on how it's read off the disk and no order is
|
||||||
guaranteed.
|
guaranteed.
|
||||||
|
|
||||||
## Assigning Weight to content
|
## Assigning weight to content
|
||||||
|
|
||||||
+++
|
+++
|
||||||
weight = "4"
|
weight = 4
|
||||||
title = "Three"
|
title = "Three"
|
||||||
date = "2012-04-06"
|
date = "2012-04-06"
|
||||||
+++
|
+++
|
||||||
|
|
Loading…
Reference in a new issue