Skip to content

Commit

Permalink
Add per page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik99999 committed Feb 23, 2024
1 parent fa0c64d commit 3c1251f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/routes/(rt)/rt-wondermail/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
}
</script>

<svelte:head>
<title>PMD Gen | Rescue Team Wonder Mail Generator</title>
</svelte:head>

<center>
<a class="btn btn-link" href={base}>Go back</a>
</center>
Expand Down
4 changes: 4 additions & 0 deletions src/routes/(rtdx)/rtdx-rescue/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
}
</script>

<svelte:head>
<title>PMD Gen | Rescue Team DX Friend Rescue Password Generator</title>
</svelte:head>

<center>
<a class="btn btn-link" href={base}>Go back</a>
</center>
Expand Down
4 changes: 4 additions & 0 deletions src/routes/(rtdx)/rtdx-revival/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
}
</script>

<svelte:head>
<title>PMD Gen | Rescue Team DX Revival Password Generator</title>
</svelte:head>

<center>
<a class="btn btn-link" href={base}>Go back</a>
</center>
Expand Down
3 changes: 1 addition & 2 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
gtag('js', new Date());
gtag('config', 'UA-164742584-1');
</script>
<title>PMD Gen | Generate passwords for Pokemon Mystery Dungeon</title>
<link rel="icon" type="image/x-icon" href="{base}/favicon.ico" />
<meta name="description" content="A password tool/generator to create friend rescue/revival passwords for Pokemon Mystery Dungeon: Rescue Team DX. More games coming soon." />
<meta name="description" content="A password generator to create Wonder Mail, rescue passwords, revival passwords and more for Pokemon Mystery Dungeon." />
</svelte:head>

<div id="page-container">
Expand Down
4 changes: 4 additions & 0 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
import { base } from '$app/paths';
</script>

<svelte:head>
<title>PMD Gen | Generate passwords for Pokemon Mystery Dungeon</title>
</svelte:head>

<center>
<h3>Generators</h3>
</center>
Expand Down

0 comments on commit 3c1251f

Please sign in to comment.