Skip to content

Commit

Permalink
simplify browser title
Browse files Browse the repository at this point in the history
  • Loading branch information
chakany committed Jul 19, 2023
1 parent 69c0fe1 commit d670f24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
</script>

<svelte:head>
<title>Home - nosbin</title>
<meta property="og:title" content="Home - nosbin" />
<title>nosbin</title>
<meta property="og:title" content="nosbin" />
<meta name="description" content="the decentralized pasting platform, built on nostr" />
<meta property="og:description" content="the decentralized pasting platform, built on nostr" />
{#if darkMode}
Expand Down
2 changes: 1 addition & 1 deletion src/routes/[event]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
</script>

<svelte:head>
<title>paste {$page.params.event} - nosbin</title>
<title>paste {$page.params.event}</title>
<meta
name="description"
content="view this paste on nosbin, the decentralized pasting platform"
Expand Down

1 comment on commit d670f24

@vercel
Copy link

@vercel vercel bot commented on d670f24 Jul 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.