File tree 1 file changed +13
-0
lines changed
src/routes/tutorial/[slug]
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 301
301
302
302
< svelte: head>
303
303
< title> {data .exercise .chapter .title } / {data .exercise .title } • Svelte Tutorial< / title>
304
+
305
+ < meta name= " twitter:title" content= " {data.exercise.title} • Svelte Tutorial" / >
306
+ < meta name= " twitter:card" content= " summary" / >
307
+ < meta name= " twitter:site" content= " @sveltejs" / >
308
+ < meta name= " twitter:creator" content= " @sveltejs" / >
309
+ < meta name= " twitter:image" content= " https://svelte.dev/images/twitter-thumbnail.jpg" / >
310
+ < meta property= " twitter:domain" content= " learn.svelte.dev" / >
311
+ < meta property= " twitter:url" content= " https://learn.svelte.dev" / >
312
+
313
+ < meta property= " og:title" content= " {data.exercise.title} • Svelte Tutorial" / >
314
+ < meta property= " og:url" content= " https://learn.svelte.dev" / >
315
+ < meta property= " og:type" content= " website" / >
316
+ < meta property= " og:image" content= " https://svelte.dev/images/twitter-thumbnail.jpg" / >
304
317
< / svelte: head>
305
318
306
319
< ContextMenu / >
You can’t perform that action at this time.
0 commit comments