tangled
alpha
login
or
join now
zeu.dev
/
potatonet-app
12
fork
atom
Read-it-later social network
12
fork
atom
overview
issues
pulls
pipelines
move meta to html
zeu.dev
1 month ago
dbe9a219
a7bba854
+7
-11
2 changed files
expand all
collapse all
unified
split
src
app.html
routes
+layout.svelte
+7
-1
src/app.html
···
2
2
<html lang="en">
3
3
<head>
4
4
<meta charset="utf-8" />
5
5
-
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
6
5
<meta name="viewport" content="width=device-width, initial-scale=1" />
6
6
+
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🥔</text></svg>">
7
7
+
<meta property="og:type" content="website" />
8
8
+
<meta property="og:url" content="https://potatonet.app" />
9
9
+
<meta property="og:title" content="potatonet" />
10
10
+
<meta property="og:description" content="Find your next read in the network" />
11
11
+
<meta property="og:image" content="https://potatonet.app/potatonet-og.png" />
12
12
+
<meta property="og:image:alt" content="An ASCII potato with planet ring surrounding it; potatonet; Find your next read in the network" />
7
13
%sveltekit.head%
8
14
</head>
9
15
<body data-sveltekit-preload-data="hover">
-10
src/routes/+layout.svelte
···
34
34
35
35
</script>
36
36
37
37
-
<svelte:head>
38
38
-
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🥔</text></svg>">
39
39
-
<meta property="og:type" content="website" />
40
40
-
<meta property="og:url" content={page.url.toString()} />
41
41
-
<meta property="og:title" content="potatonet" />
42
42
-
<meta property="og:description" content="Find your next read in the network" />
43
43
-
<meta property="og:image" content="https://potatonet.app/potatonet-og.png" />
44
44
-
<meta property="og:image:alt" content="An ASCII potato with planet ring surrounding it; potatonet; Find your next read in the network" />
45
45
-
</svelte:head>
46
46
-
47
37
<QueryClientProvider client={queryClient}>
48
38
<SvelteQueryDevtools />
49
39
<div class="flex flex-col gap-8 w-screen h-full min-h-screen font-azeret bg-[#283618] text-white">