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