adds favicon to brutal theme

This commit is contained in:
Adam Matthiesen 2024-02-10 19:45:23 -08:00
parent 0caaecf9f7
commit 4ed3890a75
2 changed files with 2 additions and 8 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@matthiesenxyz/astro-ghostcms-brutalbyelian",
"description": "ElianCodes Brutal theme modified to work with Astro-GhostCMS",
"version": "0.0.1-dev06",
"version": "0.0.1-dev07",
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",

View File

@ -27,12 +27,6 @@ const { title, description } = Astro.props;
<meta name='viewport' content='width=device-width, initial-scale=1' />
<meta name='generator' content={Astro.generator} />
<link
rel='alternate'
href='https://brutal.elian.codes/blog.xml'
type='application/rss+xml'
/>
<meta name='title' content={`${Ghosttitle} | ${title}`} />
<meta name='description' content={description} />
@ -49,7 +43,7 @@ const { title, description } = Astro.props;
<meta property='twitter:image' content={ogI} />
<link rel='canonical' href={canonicalURL} />
<link rel='icon' type='image/svg' href='/favicon.svg' />
<link rel='icon' type='image/svg' href={settings.icon} />
<title>{Ghosttitle} | {title}</title>