From 7c7787152cd5eb0ee97db282595b0d83c1565fc7 Mon Sep 17 00:00:00 2001 From: Jacob Hilker Date: Fri, 13 Oct 2023 14:00:22 -0400 Subject: [PATCH] add categories to frontmatter.json --- frontmatter.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontmatter.json b/frontmatter.json index 31bb52ba..02259bbb 100644 --- a/frontmatter.json +++ b/frontmatter.json @@ -67,6 +67,11 @@ "title": "tags", "name": "tags", "type": "tags" + }, + { + "title": "categories", + "name": "categories", + "type": "categories" } ] }