feat: reorder page title and name in <head>

This commit is contained in:
Youwen Wu 2024-04-23 09:12:26 -07:00
parent d66069767e
commit 36e0653e08
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
5 changed files with 4 additions and 5 deletions

View file

@ -1,7 +1,6 @@
<script lang="ts"> <script lang="ts">
import Separator from './ui/separator/separator.svelte'; import Separator from './ui/separator/separator.svelte';
import Socials from './Socials.svelte'; import Socials from './Socials.svelte';
import { Code } from 'svelte-radix';
</script> </script>
<footer class="h-24 px-4 mb-12 text-sm md:text-md xl:text-lg"> <footer class="h-24 px-4 mb-12 text-sm md:text-md xl:text-lg">

View file

@ -7,7 +7,7 @@
</script> </script>
<svelte:head> <svelte:head>
<title>Youwen Wu | Home</title> <title>Home | Youwen Wu</title>
<meta name="description" content="My personal website and blog." /> <meta name="description" content="My personal website and blog." />
<meta name="author" content="Youwen Wu" /> <meta name="author" content="Youwen Wu" />
</svelte:head> </svelte:head>

View file

@ -3,7 +3,7 @@
</script> </script>
<svelte:head> <svelte:head>
<title>Youwen Wu | About</title> <title>About | Youwen Wu</title>
</svelte:head> </svelte:head>
<UnderConstruction /> <UnderConstruction />

View file

@ -25,7 +25,7 @@
</script> </script>
<svelte:head> <svelte:head>
<title>Youwen Wu | The Coredump</title> <title>The Coredump | Youwen Wu</title>
<meta name="description" content="My blog on computer science, math, games, art, and more." /> <meta name="description" content="My blog on computer science, math, games, art, and more." />
<meta name="author" content="Youwen Wu" /> <meta name="author" content="Youwen Wu" />
</svelte:head> </svelte:head>

View file

@ -3,7 +3,7 @@
</script> </script>
<svelte:head> <svelte:head>
<title>Youwen Wu | Portfolio</title> <title>Portfolio | Youwen Wu</title>
<meta name="description" content="My personal website and blog." /> <meta name="description" content="My personal website and blog." />
<meta name="author" content="Youwen Wu" /> <meta name="author" content="Youwen Wu" />
</svelte:head> </svelte:head>