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:
Peter Kappus
2018-08-29 15:27:52 +01:00
committed by Regis Philibert
parent 5ea938ad60
commit c2cb5d09b7
+1 -1
View File
@@ -80,7 +80,7 @@ related:
indices:
- name: keywords
weight: 100
- name: weight
- name: date
weight: 10
```