Skip to content

Commit

Permalink
Fix page title in person details
Browse files Browse the repository at this point in the history
  • Loading branch information
MangoSwirl committed Jun 22, 2024
1 parent 3843481 commit 7e5a4dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/routes/tools/people/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
$: person = data.person;
</script>

<svelte:head>
<title>{person.name} | Tooling</title>
</svelte:head>

<div class="page">
<div class="top">
<a class="back" href="/tools/people">
Expand Down

0 comments on commit 7e5a4dd

Please sign in to comment.