mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
Tweak 'name: weight' to 'name: date' in example (#582)
Per https://github.com/gohugoio/hugoDocs/commit/19e900a17e75cc6c8202d22dafeb4257ee9d6303 I've fixed the demo yaml for the default indices to include `name: date` rather than `name: weight`. Thanks!
This commit is contained in:
committed by
Regis Philibert
parent
5ea938ad60
commit
c2cb5d09b7
@@ -80,7 +80,7 @@ related:
|
||||
indices:
|
||||
- name: keywords
|
||||
weight: 100
|
||||
- name: weight
|
||||
- name: date
|
||||
weight: 10
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user