fix: comics now appear on catalogue
This commit is contained in:
parent
607593880c
commit
8366ad75e5
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ title: Catalogue
|
|||
<h1>Catalogue</h1>
|
||||
<p>A collection of my thoughts on various forms of media that I consume.</p>
|
||||
{% set catalogueTypes = collections.catalogueByType | keys %}
|
||||
<ul class="[ cluster list-none p-0 ]" style="--gap: 0.5rem">
|
||||
<ul class="[ cluster list-none p-0 gap-0.5 ]">
|
||||
{% for type in catalogueTypes %}
|
||||
<li>
|
||||
<a class="[ pill ] [ flex px-1 py-0.5 gap-0.5 ]"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
layout: "layouts/catalogue-item",
|
||||
tags: "game",
|
||||
tags: "comic",
|
||||
permalink: "catalogue/comics/{{ page.fileSlug }}/index.html",
|
||||
eleventyComputed: {
|
||||
subtitle: (data) => `${data.author} (${data.year})`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue