Skip to content

Commit

Permalink
Adjust title of contact page to use a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
addisonbeck committed Sep 19, 2023
1 parent 6640eaa commit c5f29c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Contact.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
});
</script>
<svelte:head>
<title>Contact | Addison Beck</title>
<title>Contact | {name.full}</title>
<meta name="description" content="You can reach {name.first} by email at {message}" />
</svelte:head>
<div class="contact-container">
Expand Down

0 comments on commit c5f29c3

Please sign in to comment.