website
git clone https://git.pyrossh.dev/website
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
5b72a4d
— pyrossh
2024-02-21T23:32:30+05:30
fix body
- src/app.html +1 -1
src/app.html
CHANGED
|
@@ -8,6 +8,6 @@
|
|
|
8
8
|
%unocss-svelte-scoped.global% %sveltekit.head%
|
|
9
9
|
</head>
|
|
10
10
|
<body data-sveltekit-preload-data="hover">
|
|
11
|
-
%sveltekit.body%
|
|
11
|
+
<div style="display: contents">%sveltekit.body%</div>
|
|
12
12
|
</body>
|
|
13
13
|
</html>
|