From 42660b406d80ea1f9268c7cec010d53f27d64301 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Sat, 10 Feb 2024 20:30:20 -0800 Subject: [PATCH] test --- packages/astro-ghostcms-brutalbyelian/package.json | 2 +- .../src/components/layout/BaseHead.astro | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/astro-ghostcms-brutalbyelian/package.json b/packages/astro-ghostcms-brutalbyelian/package.json index 26b8af94..e0e320aa 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.1-dev07", + "version": "0.0.1-dev08", "homepage": "https://astro-ghostcms.xyz/", "type": "module", "license": "MIT", diff --git a/packages/astro-ghostcms-brutalbyelian/src/components/layout/BaseHead.astro b/packages/astro-ghostcms-brutalbyelian/src/components/layout/BaseHead.astro index 46b9ee7b..ff996d56 100644 --- a/packages/astro-ghostcms-brutalbyelian/src/components/layout/BaseHead.astro +++ b/packages/astro-ghostcms-brutalbyelian/src/components/layout/BaseHead.astro @@ -8,6 +8,7 @@ import { getOgImagePath } from "@matthiesenxyz/astro-ghostcms/satoriOG"; const settings = await getSettings(); invariant(settings, 'Settings not found'); const Ghosttitle = settings.title; +const favicon = await settings.icon; interface Props { title: string; @@ -43,7 +44,7 @@ const { title, description } = Astro.props; - + {Ghosttitle} | {title}