feat: add catalogue page for individual items
This commit is contained in:
parent
4e0c778025
commit
f576d237d7
4 changed files with 25 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"layout": "base",
|
||||
"layout": "catalogue",
|
||||
"tags": "books",
|
||||
"permalink": "books/{{ page.fileSlug }}/index.html"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"layout": "catalogue",
|
||||
"tags": "games",
|
||||
"permalink": "games/{{ page.fileSlug }}/index.html"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue