We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917b75a commit 22f0b8bCopy full SHA for 22f0b8b
apps/svelte.dev/src/routes/docs/[topic]/[...path]/+page.svelte
@@ -61,9 +61,9 @@
61
</script>
62
63
<svelte:head>
64
- <title>{data.document.metadata.title} - {topic_title} Docs</title>
+ <title>{data.document.metadata.title} • {topic_title} Docs</title>
65
66
- <meta name="twitter:title" content="{data.document.metadata.title} - {topic_title} Docs" />
+ <meta name="twitter:title" content="{data.document.metadata.title} • {topic_title} Docs" />
67
<meta
68
name="twitter:description"
69
content="{data.document.metadata.title} • {topic_title} documentation"
0 commit comments