~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
fedbe50b
—
pyrossh 1 year ago
fix layout
src/routes/+layout.svelte
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
const { page } = getStores();
|
|
9
9
|
let url = `https://pyrossh.dev${$page.url.pathname}`;
|
|
10
|
-
|
|
10
|
+
$: isAppPage = $page.url.pathname.includes('only-bible-app');
|
|
11
11
|
</script>
|
|
12
12
|
|
|
13
13
|
<svelte:head>
|