Skip to content

Commit

Permalink
✨ Updated head
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Jan 25, 2025
1 parent d2a48c2 commit 94003a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Portfolio</title>
<meta
name="description"
content="Hi, there! I'm Nils, a high school student passionate about coding, particularly in Rust and in Svelte."
content="Hi, there! I'm Nils, a high school student passionate about coding, particularly in Rust and in Svelte. This here is my portfolio, enjoy exploring it!"
/>
</svelte:head>

Expand Down
2 changes: 1 addition & 1 deletion src/routes/projects/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</script>

<svelte:head>
<title>portfolio - Projects</title>
<title>Projects - Portfolio</title>
<meta
name="description"
content="Here you can find all the projects I have worked on so far. They range from web development to game development and even to algorithms."
Expand Down

0 comments on commit 94003a9

Please sign in to comment.