mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
feat: reorder page title and name in <head>
This commit is contained in:
parent
d66069767e
commit
36e0653e08
5 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
|||
<script lang="ts">
|
||||
import Separator from './ui/separator/separator.svelte';
|
||||
import Socials from './Socials.svelte';
|
||||
import { Code } from 'svelte-radix';
|
||||
</script>
|
||||
|
||||
<footer class="h-24 px-4 mb-12 text-sm md:text-md xl:text-lg">
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Youwen Wu | Home</title>
|
||||
<title>Home | Youwen Wu</title>
|
||||
<meta name="description" content="My personal website and blog." />
|
||||
<meta name="author" content="Youwen Wu" />
|
||||
</svelte:head>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Youwen Wu | About</title>
|
||||
<title>About | Youwen Wu</title>
|
||||
</svelte:head>
|
||||
|
||||
<UnderConstruction />
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
</script>
|
||||
|
||||
<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="author" content="Youwen Wu" />
|
||||
</svelte:head>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Youwen Wu | Portfolio</title>
|
||||
<title>Portfolio | Youwen Wu</title>
|
||||
<meta name="description" content="My personal website and blog." />
|
||||
<meta name="author" content="Youwen Wu" />
|
||||
</svelte:head>
|
||||
|
|
Loading…
Reference in a new issue