File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
apps/svelte.dev/src/routes Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 138
138
<title >{name } • Playground • Svelte</title >
139
139
140
140
<meta name ="twitter:title" content =" {data .gist .name } • Playground • Svelte" />
141
- <meta name =" twitter:description" content =" Web development, but fun " />
141
+ <meta name =" twitter:description" content =" Web development for the rest of us " />
142
142
<meta name =" Description" content =" Interactive Svelte playground" />
143
143
</svelte:head >
144
144
Original file line number Diff line number Diff line change 40
40
<title >{data .gist .name } • Playground • Svelte</title >
41
41
42
42
<meta name ="twitter:title" content =" {data .gist .name } • Playground • Svelte" />
43
- <meta name =" twitter:description" content =" Web development, but fun " />
43
+ <meta name =" twitter:description" content =" Web development for the rest of us " />
44
44
<meta name =" Description" content =" Interactive Svelte playground" />
45
45
</svelte:head >
46
46
Original file line number Diff line number Diff line change 10
10
</script >
11
11
12
12
<svelte:head >
13
- <title >Svelte • Web development, but fun </title >
13
+ <title >Svelte • Web development for the rest of us </title >
14
14
15
15
<meta name =" twitter:title" content =" Svelte" />
16
- <meta name =" twitter:description" content =" Web development, but fun " />
17
- <meta name =" Description" content =" Web development, but fun " />
16
+ <meta name =" twitter:description" content =" Web development for the rest of us " />
17
+ <meta name =" Description" content =" Web development for the rest of us " />
18
18
</svelte:head >
19
19
20
20
<div class =" home" >
You can’t perform that action at this time.
0 commit comments