mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
Fix meta head description of site.
This commit is contained in:
parent
dc19ea2aa9
commit
d6261be10f
1 changed files with 4 additions and 1 deletions
|
|
@ -2,7 +2,10 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Bored? Find a game! Bored Game!" />
|
||||
<meta
|
||||
name="description"
|
||||
content="My name is Bradley Shellnut and I'm a Full Stack Software Engineer."
|
||||
/>
|
||||
<link rel="icon" href="%sveltekit.assets%/b_shell_nut_favicon.gif" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue