feat: add book content
This commit is contained in:
parent
87deddd544
commit
4160f8e968
30 changed files with 349 additions and 18 deletions
|
@ -5,5 +5,5 @@ title: Catalogue
|
|||
---
|
||||
|
||||
<h1>Catalogue</h1>
|
||||
{% set items = collections.catalogue %}
|
||||
{% set items = collections.catalogue | reverse %}
|
||||
{% include "partials/catalogue.html" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue