fix: comics now appear on catalogue

This commit is contained in:
Devin Haska 2024-02-23 16:09:54 -08:00
parent 607593880c
commit 8366ad75e5
2 changed files with 2 additions and 2 deletions

View file

@ -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 ]"

View file

@ -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})`,