add slug
s, fix tables
This commit is contained in:
parent
0d44f0764e
commit
eff55debea
23 changed files with 90 additions and 70 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Books
|
||||
slug: books
|
||||
---
|
||||
|
||||
Here you can record books that you read.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Currently Reading
|
||||
weight: 4
|
||||
slug: current
|
||||
---
|
||||
|
||||
Here you can record books that you are currently reading.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Read
|
||||
weight: 2
|
||||
slug: log
|
||||
---
|
||||
|
||||
Here you can record books that you have previously read.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: To-Read
|
||||
weight: 3
|
||||
slug: wishlist
|
||||
---
|
||||
|
||||
Here you can record books that you would like to read.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Films
|
||||
slug: films
|
||||
---
|
||||
|
||||
Here you can record films that you watch.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Watched
|
||||
weight: 1
|
||||
slug: log
|
||||
---
|
||||
|
||||
Here you can record films that you have previously watched.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: To-Watch
|
||||
weight: 2
|
||||
slug: wishlist
|
||||
---
|
||||
|
||||
Here you can record films that you would like to watch.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Games
|
||||
slug: games
|
||||
---
|
||||
|
||||
Here you can record games that you play.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Currently Playing
|
||||
weight: 1
|
||||
slug: current
|
||||
---
|
||||
|
||||
Here you can record games that you are currently playing.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Played
|
||||
weight: 2
|
||||
slug: log
|
||||
---
|
||||
|
||||
Here you can record games that you have previously played.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: To-Play
|
||||
weight: 3
|
||||
slug: wishlist
|
||||
---
|
||||
|
||||
Here you can record games that you would like to play.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: TV
|
||||
slug: tv
|
||||
---
|
||||
|
||||
Here you can record TV shows that you watch.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: TV Episodes
|
||||
slug: episodes
|
||||
---
|
||||
|
||||
Here you can record TV show episodes that you watch.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Watched
|
||||
slug: log
|
||||
weight: 2
|
||||
slug: log
|
||||
---
|
||||
|
||||
Here you can record TV show episodes that you have previously watched.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: TV Series'
|
||||
slug: series
|
||||
---
|
||||
|
||||
Here you can record TV series' that you watch.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Currently Watching
|
||||
weight: 1
|
||||
slug: current
|
||||
---
|
||||
|
||||
Here you can record TV series' that you are currently watching.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Watched
|
||||
weight: 2
|
||||
slug: log
|
||||
---
|
||||
|
||||
Here you can record TV series' that you have previously watched.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: To-Watch
|
||||
weight: 3
|
||||
slug: wishlist
|
||||
---
|
||||
|
||||
Here you can record TV series' that you have would like to watch.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue