fix: feed + formatting
This commit is contained in:
parent
34d2020173
commit
09614b0589
22 changed files with 30 additions and 52 deletions
|
@ -4,7 +4,7 @@ pagination:
|
|||
data: books
|
||||
size: 1
|
||||
alias: book
|
||||
permalink: /books/{{ book.isbn }}/index.html
|
||||
permalink: "/books/{{ book.isbn }}/index.html"
|
||||
isbn: {{ book.isbn }}
|
||||
schema: book
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ pagination:
|
|||
data: artists
|
||||
size: 1
|
||||
alias: artist
|
||||
permalink: /music/artists/{{ artist.name_string | slugify | downcase }}-{{ artist.country | slugify | downcase}}/index.html
|
||||
permalink: "/music/artists/{{ artist.name_string | slugify | downcase }}-{{ artist.country | slugify | downcase}}/index.html"
|
||||
updated: "now"
|
||||
schema: artist
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ pagination:
|
|||
data: genres
|
||||
size: 1
|
||||
alias: genre
|
||||
permalink: /music/genres/{{ genre.name | slugify | downcase }}/index.html
|
||||
permalink: "/music/genres/{{ genre.name | slugify | downcase }}/index.html"
|
||||
updated: "now"
|
||||
schema: genre
|
||||
---
|
||||
|
|
Reference in a new issue