From 0fd7c28de64b48c7dc2810358e0d1ef659cb92a2 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Tue, 13 Feb 2024 02:31:28 -0800 Subject: [PATCH] add new HTML parser to brutal theme --- packages/astro-ghostcms-brutalbyelian/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/astro-ghostcms-brutalbyelian/package.json b/packages/astro-ghostcms-brutalbyelian/package.json index dc4d68d5..c94cf3c6 100644 --- a/packages/astro-ghostcms-brutalbyelian/package.json +++ b/packages/astro-ghostcms-brutalbyelian/package.json @@ -1,7 +1,7 @@ { "name": "@matthiesenxyz/astro-ghostcms-brutalbyelian", "description": "ElianCodes Brutal theme modified to work with Astro-GhostCMS", - "version": "0.0.3", + "version": "0.0.4", "homepage": "https://astro-ghostcms.xyz/", "type": "module", "license": "MIT", @@ -59,6 +59,7 @@ "@iconify-json/logos": "^1.1.41", "@iconify-json/uil": "^1.1.8", "@matthiesenxyz/astro-ghostcms": "^3.2.1", + "@matthiesenxyz/astro-ghostcms-rendercontent": "^0.0.1", "@unocss/astro": "^0.57.7", "@unocss/reset": "^0.57.7", "unocss": "^0.57.7",