adds favicon to brutal theme
This commit is contained in:
parent
0caaecf9f7
commit
4ed3890a75
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@matthiesenxyz/astro-ghostcms-brutalbyelian",
|
"name": "@matthiesenxyz/astro-ghostcms-brutalbyelian",
|
||||||
"description": "ElianCodes Brutal theme modified to work with Astro-GhostCMS",
|
"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/",
|
"homepage": "https://astro-ghostcms.xyz/",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
@ -27,12 +27,6 @@ const { title, description } = Astro.props;
|
||||||
<meta name='viewport' content='width=device-width, initial-scale=1' />
|
<meta name='viewport' content='width=device-width, initial-scale=1' />
|
||||||
<meta name='generator' content={Astro.generator} />
|
<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='title' content={`${Ghosttitle} | ${title}`} />
|
||||||
<meta name='description' content={description} />
|
<meta name='description' content={description} />
|
||||||
|
|
||||||
|
@ -49,7 +43,7 @@ const { title, description } = Astro.props;
|
||||||
<meta property='twitter:image' content={ogI} />
|
<meta property='twitter:image' content={ogI} />
|
||||||
|
|
||||||
<link rel='canonical' href={canonicalURL} />
|
<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>
|
<title>{Ghosttitle} | {title}</title>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue