updated titles and favicon
All checks were successful
Astro Deploy Pipeline / Build-and-Deploy (push) Successful in 19s
All checks were successful
Astro Deploy Pipeline / Build-and-Deploy (push) Successful in 19s
This commit is contained in:
parent
1b02ddbcf4
commit
b8362031a0
4 changed files with 4 additions and 4 deletions
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
@ -19,7 +19,7 @@ const socialUrl = Astro.site.href + 'assets/social.png'
|
|||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||
|
||||
<!-- Primary Meta Tags -->
|
||||
<title>{title}</title>
|
||||
<title>CycleSam | {title}</title>
|
||||
<meta name="title" content={title} />
|
||||
<meta name="description" content={description} />
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ import { Image } from 'astro:assets';
|
|||
|
||||
import AboutImage from '../images/about/about.jpg';
|
||||
|
||||
const title = 'CycleSam | About';
|
||||
const title = 'About';
|
||||
const description = 'About CycleSam';
|
||||
const permalink = `${Astro.site.href}about`;
|
||||
---
|
||||
|
|
|
@ -4,8 +4,8 @@ import { Image } from 'astro:assets';
|
|||
|
||||
import HeroImage from '../images/home/hero.jpg';
|
||||
|
||||
const title = 'My Astro Blog';
|
||||
const description = 'The perfect starter for your perfect blog.';
|
||||
const title = 'Walking, Cycling, Urbanism';
|
||||
const description = 'Writing about walking, cycling, and urbanism in UK cities and towns.';
|
||||
const permalink = Astro.site.href;
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue