diff --git a/.changeset/wicked-months-swim.md b/.changeset/wicked-months-swim.md new file mode 100644 index 00000000..efa17d52 --- /dev/null +++ b/.changeset/wicked-months-swim.md @@ -0,0 +1,8 @@ +--- +"@matthiesenxyz/astro-ghostcms-brutalbyelian": patch +"@matthiesenxyz/astro-ghostcms-theme-default": patch +"@matthiesenxyz/astro-ghostcms-catppuccin": patch +"@matthiesenxyz/starlight-ghostcms": patch +--- + +Fix html rendering to allow custom components diff --git a/packages/astro-ghostcms-brutalbyelian/src/routes/[slug].astro b/packages/astro-ghostcms-brutalbyelian/src/routes/[slug].astro index 1451e85c..e8b21782 100644 --- a/packages/astro-ghostcms-brutalbyelian/src/routes/[slug].astro +++ b/packages/astro-ghostcms-brutalbyelian/src/routes/[slug].astro @@ -33,8 +33,7 @@ invariant(settings, "Settings are required"); {config.supportGhost && (
Powered by Ghost
)} + {aboutPage && + }