update pages' titles
This commit is contained in:
parent
55763353be
commit
9ffdfc82fa
6 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@ export interface Props {
|
|||
}
|
||||
const { title } = Astro.props;
|
||||
const description =
|
||||
"Ayo Ayco is a software engineer and consultant for hire, expecializing in web development | " +
|
||||
"Ayo Ayco is a software engineer and consultant, expecializing in web development | " +
|
||||
title;
|
||||
---
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ import Footer from "../components/Footer.astro";
|
|||
import Back from "../components/Back.astro";
|
||||
---
|
||||
|
||||
<Layout title="Ayo Ayco | Software Engineer + Web Developer">
|
||||
<Layout title="Now | Ayo Ayco | Software Engineer + Web Developer">
|
||||
<main>
|
||||
<Back url="/" />
|
||||
<h1><span class="text-gradient">Now</span></h1>
|
||||
|
|
|
@ -5,7 +5,7 @@ import Back from "../../components/Back.astro";
|
|||
import GithubStats from "astro-github-stats";
|
||||
---
|
||||
|
||||
<Layout title="Ayo Ayco | Showcase | Astro Github Stats">
|
||||
<Layout title="Astro Github Stats | Ayo Ayco | Software Engineer + Web Developer ">
|
||||
<main>
|
||||
<Back url="/showcase" />
|
||||
<h1>Astro GitHub Stats</h1>
|
||||
|
|
|
@ -57,7 +57,7 @@ const characteristicsForm: FormGroup = new FormGroup(
|
|||
);
|
||||
---
|
||||
|
||||
<Layout title="Ayo Ayco | Showcase | Astro Reactive Form">
|
||||
<Layout title="Astro Reactive Form | Ayo Ayco | Software Engineer + Web Developer ">
|
||||
<main>
|
||||
<Back url="/showcase" />
|
||||
<h1>Astro Reactive Form</h1>
|
||||
|
|
|
@ -5,7 +5,7 @@ import Card from "../../components/Card.astro";
|
|||
import Back from "../../components/Back.astro";
|
||||
---
|
||||
|
||||
<Layout title="Ayo Ayco | Showcase">
|
||||
<Layout title="UI Components | Ayo Ayco | Software Engineer + Web Developer">
|
||||
<main>
|
||||
<Back url="/" />
|
||||
<h1>UI <span class="text-gradient">Components</span></h1>
|
||||
|
|
|
@ -5,7 +5,7 @@ import Footer from "../components/Footer.astro";
|
|||
import Back from "../components/Back.astro";
|
||||
---
|
||||
|
||||
<Layout title="Ayo Ayco | Software Engineer + Web Developer">
|
||||
<Layout title="Social Links | Ayo Ayco | Software Engineer + Web Developer">
|
||||
<main>
|
||||
<Back url="/" />
|
||||
<h1>Social <span class="text-gradient">Links</span></h1>
|
||||
|
|
Loading…
Reference in a new issue