mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 05:14:46 -04:00
Fixing typo in ordering.md fixed #401
This commit is contained in:
parent
54fc0c69b5
commit
1d7ecd5ebb
@ -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
|
||||
guaranteed.
|
||||
|
||||
## Assigning Weight to content
|
||||
## Assigning weight to content
|
||||
|
||||
+++
|
||||
weight = "4"
|
||||
weight = 4
|
||||
title = "Three"
|
||||
date = "2012-04-06"
|
||||
+++
|
||||
|
Loading…
x
Reference in New Issue
Block a user