Update pages title
parent
f91325c3a8
commit
8eb07051f9
|
@ -33,10 +33,6 @@
|
|||
});
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Paimon.moe</title>
|
||||
</svelte:head>
|
||||
|
||||
<Tailwind />
|
||||
|
||||
<Header />
|
||||
|
|
|
@ -139,14 +139,14 @@
|
|||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Paimon.moe</title>
|
||||
<title>{character.name} - Paimon.moe</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Genshin Impact {character.name} build, guide, constellation, and skill information"
|
||||
content="Genshin Impact {character.name} build guide, constellation, and skill information"
|
||||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Genshin Impact {character.name} build, guide, constellation, and skill information"
|
||||
content="Genshin Impact {character.name} build guide, constellation, and skill information"
|
||||
/>
|
||||
</svelte:head>
|
||||
<div class="lg:ml-64 pt-20 lg:pt-8">
|
||||
|
|
|
@ -156,7 +156,7 @@
|
|||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Paimon.moe</title>
|
||||
<title>Characters - Paimon.moe</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Your best Genshin Impact companion! Help you plan what to farm with ascension calculator and database. Also track your progress with todo and wish counter."
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
import { t, _ } from 'svelte-i18n';
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Privacy Policy - Paimon.moe</title>
|
||||
</svelte:head>
|
||||
|
||||
<div class="lg:ml-64 pt-20 lg:pt-8">
|
||||
<h1 class="font-display px-4 md:px-8 font-black text-5xl text-white">{$t('privacypolicy.title')}</h1>
|
||||
<div class="px-4 md:px-8 text-white">
|
||||
|
|
Loading…
Reference in New Issue