fix some yaml syntax problems on source files
This commit is contained in:
parent
64cae49509
commit
d59eefbbb6
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
title: "Wishlist"
|
||||
prefix: "W"
|
||||
sections:
|
||||
|
@ -34,7 +35,7 @@ sections:
|
|||
- title: "Not Yet Owned"
|
||||
games:
|
||||
- name: "Parasite Eve"
|
||||
platform: PS1
|
||||
platform: "PS1"
|
||||
- name: "Tunic"
|
||||
platform: "PC"
|
||||
- name: "Nine Sols"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
title: "List of Shame"
|
||||
prefix: "S"
|
||||
sections:
|
||||
|
@ -74,7 +75,7 @@ sections:
|
|||
- name: "Final Fantasy IX"
|
||||
platform: "PC"
|
||||
- name: "Final Fantasy XIII"
|
||||
platform: PS3
|
||||
platform: "PS3"
|
||||
- name: "Lightning Returns: Final Fantasy XIII"
|
||||
platform: "PC"
|
||||
- name: "Bastion"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
title: "List of Pride"
|
||||
prefix: "P"
|
||||
sections:
|
||||
|
|
Loading…
Reference in New Issue