style: use · (middle dot) as title separator across all pages

Author: Aaron Steven White
Commit 90953c07a965caad55f2a5dd63796397b96480fb
Parent: c21376c400
Structural diff unavailable

These commits were pushed via plain git push, so no pre-parsed schemas are available. Install git-remote-cospan and re-push via panproto:// to see scope-level changes, breaking change detection, and semantic diffs.

brew install panproto/tap/git-remote-cospan
33 files changed +33 -33
@@ -3,7 +3,7 @@
33 </script>
44 
55 <svelte:head>
6-	<title>{$page.status} - Cospan</title>
6+	<title>{$page.status} · Cospan</title>
77 </svelte:head>
88 
99 <div class="flex flex-col items-center justify-center py-24">
@@ -62,7 +62,7 @@
6262 </script>
6363 
6464 <svelte:head>
65-	<title>Cospan | Schematic code hosting</title>
65+	<title>Cospan · Schematic code hosting</title>
6666 </svelte:head>
6767 
6868 <!-- ═══ HERO ═══ -->
@@ -7,7 +7,7 @@
77 </script>
88 
99 <svelte:head>
10-	<title>{data.profile?.displayName ?? data.profile?.handle ?? data.did} - Cospan</title>
10+	<title>{data.profile?.displayName ?? data.profile?.handle ?? data.did} · Cospan</title>
1111 </svelte:head>
1212 
1313 <section>
@@ -61,7 +61,7 @@
6161 </script>
6262 
6363 <svelte:head>
64-	<title>{data.repo ? data.repo.name : data.repoName} - Cospan</title>
64+	<title>{data.repo ? data.repo.name : data.repoName} · Cospan</title>
6565 </svelte:head>
6666 
6767 <KeyboardShortcuts {basePath} />
@@ -20,7 +20,7 @@
2020 </script>
2121 
2222 <svelte:head>
23-	<title>Branches - {data.repoName} - Cospan</title>
23+	<title>Branches · {data.repoName} · Cospan</title>
2424 </svelte:head>
2525 
2626 <section>
cospan · schematic version control on atproto built on AT Protocol