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

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