mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
feat: update site metadata
This commit is contained in:
parent
8ac1c3aeb3
commit
b60fc3d19c
2 changed files with 5 additions and 6 deletions
|
@ -6,6 +6,11 @@
|
||||||
const error = $page.error ?? { message: 'unknown' };
|
const error = $page.error ?? { message: 'unknown' };
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<svelte:head>
|
||||||
|
<title>Error {error.message}</title>
|
||||||
|
<meta name="description" content="An error occurred. This page is unavailable." />
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
<main class="flex justify-center h-screen">
|
<main class="flex justify-center h-screen">
|
||||||
<div class="max-w-md p-8 rounded outline-primary outline-1 outline mt-20 h-min">
|
<div class="max-w-md p-8 rounded outline-primary outline-1 outline mt-20 h-min">
|
||||||
<h1 class="text-4xl font-bold mb-4">Oops!</h1>
|
<h1 class="text-4xl font-bold mb-4">Oops!</h1>
|
||||||
|
|
|
@ -7,12 +7,6 @@
|
||||||
import Footer from '$lib/components/Footer.svelte';
|
import Footer from '$lib/components/Footer.svelte';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
|
||||||
<title>Youwen Wu</title>
|
|
||||||
<meta name="description" content="My personal website and blog." />
|
|
||||||
<meta name="author" content="Youwen Wu" />
|
|
||||||
</svelte:head>
|
|
||||||
|
|
||||||
<ModeWatcher />
|
<ModeWatcher />
|
||||||
<Navbar />
|
<Navbar />
|
||||||
<div class="px-4 pt-24">
|
<div class="px-4 pt-24">
|
||||||
|
|
Loading…
Reference in a new issue