|
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/> |
|