update meta tags
This commit is contained in:
parent
a82e99611e
commit
3a32549952
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ const baseURL = "https://ayo.ayco.io";
|
||||||
---
|
---
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>{title}</title>
|
<title>{`${title} | Ayo Ayco | Software Engineer + Web Developer`}</title>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width" />
|
<meta name="viewport" content="width=device-width" />
|
||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
|
|
|
@ -4,7 +4,7 @@ import Card from "../components/Card.astro";
|
||||||
import Footer from "../components/Footer.astro";
|
import Footer from "../components/Footer.astro";
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout title="Home Website">
|
<Layout title="Home">
|
||||||
<section class="highlighted-section">
|
<section class="highlighted-section">
|
||||||
<div class="highlighted-section__content">
|
<div class="highlighted-section__content">
|
||||||
<h1 title="Ayo Ayco | Software Engineer + Web Developer">
|
<h1 title="Ayo Ayco | Software Engineer + Web Developer">
|
||||||
|
|
Loading…
Reference in a new issue