mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
updated Layout
This commit is contained in:
parent
ebd74577f8
commit
4f0494db40
1 changed files with 4 additions and 1 deletions
|
|
@ -10,7 +10,10 @@ const { title } = Astro.props;
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="description" content="Astro description" />
|
<meta
|
||||||
|
name="description"
|
||||||
|
content="Ryan is a software developer, streamer and Computer Science undergraduate. Learn more about him and his skills here!"
|
||||||
|
/>
|
||||||
<meta name="viewport" content="width=device-width" /><meta
|
<meta name="viewport" content="width=device-width" /><meta
|
||||||
name="keywords"
|
name="keywords"
|
||||||
content="Rython, student, developer, frontend, web developer, streamer, coworking"
|
content="Rython, student, developer, frontend, web developer, streamer, coworking"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue