mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 00:34:39 -04:00
Tweak 'name: weight' to 'name: date' in example (#582)
Per 19e900a17e
I've fixed the demo yaml for the default indices to include `name: date` rather than `name: weight`. Thanks!
This commit is contained in:
parent
5ea938ad60
commit
c2cb5d09b7
@ -80,7 +80,7 @@ related:
|
|||||||
indices:
|
indices:
|
||||||
- name: keywords
|
- name: keywords
|
||||||
weight: 100
|
weight: 100
|
||||||
- name: weight
|
- name: date
|
||||||
weight: 10
|
weight: 10
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user